com.koushikdutta.async
Interface AsyncSocket

All Superinterfaces:
DataEmitter, DataSink
All Known Subinterfaces:
AsyncHttpResponse, AsyncSocketWrapper, AsyncSSLSocket, WebSocket
All Known Implementing Classes:
AsyncDatagramSocket, AsyncNetworkSocket, AsyncSSLSocketWrapper, WebSocketImpl

public interface AsyncSocket
extends DataEmitter, DataSink


Method Summary
 AsyncServer getServer()
           
 
Methods inherited from interface com.koushikdutta.async.DataEmitter
close, getDataCallback, getEndCallback, isChunked, isPaused, pause, resume, setDataCallback, setEndCallback
 
Methods inherited from interface com.koushikdutta.async.DataSink
close, end, getClosedCallback, getWriteableCallback, isOpen, setClosedCallback, setWriteableCallback, write, write
 

Method Detail

getServer

AsyncServer getServer()
Specified by:
getServer in interface DataEmitter
Specified by:
getServer in interface DataSink