|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncSocket
AsyncSocket interface.
AsyncSocketImpl| Method Summary | |
|---|---|
AsyncSocketImpl |
close()
close. |
void |
connect(SocketAddress addr)
connect. |
AsyncInputStream |
getInputStream()
getInputStream. |
AsyncOutputStream |
getOutputStream()
getOutputStream. |
IStatefulObject<SocketState,IOException> |
getStateMonitor()
getStateMonitor. |
Socket |
socket()
socket. |
SocketChannel |
socketChannel()
socketChannel. |
| Method Detail |
|---|
AsyncInputStream getInputStream()
getInputStream.
AsyncInputStream object.AsyncOutputStream getOutputStream()
getOutputStream.
AsyncOutputStream object.
AsyncSocketImpl close()
throws IOException
close.
AsyncSocketImpl object.
IOException - if any.SocketChannel socketChannel()
socketChannel.
SocketChannel object.Socket socket()
socket.
Socket object.
void connect(SocketAddress addr)
throws IOException
connect.
addr - a SocketAddress object.
IOException - if any.IStatefulObject<SocketState,IOException> getStateMonitor()
getStateMonitor.
IStatefulObject object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||