|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Socket | |
|---|---|
| async.net.impl | |
| async.net.socket | |
| async.net.socket.impl | |
| Uses of Socket in async.net.impl |
|---|
| Methods in async.net.impl that return Socket | |
|---|---|
Socket |
ListenOnRunAccept.getSocket()
|
| Constructors in async.net.impl with parameters of type Socket | |
|---|---|
ConncetToRun(Socket socket,
IOCallback callback,
ExceptionCallback<IOException> eCallback)
|
|
ListenOnRunAccept(Socket socket,
IOCallback ioCallback,
ExceptionCallback<IOException> eCallback)
|
|
| Uses of Socket in async.net.socket |
|---|
| Methods in async.net.socket that return Socket | |
|---|---|
Socket |
ServerSocket.accept()
|
Socket |
SocketFactory.createSocket(String host,
int port)
|
| Uses of Socket in async.net.socket.impl |
|---|
| Classes in async.net.socket.impl that implement Socket | |
|---|---|
class |
DefaultSocket
|
| Methods in async.net.socket.impl that return Socket | |
|---|---|
Socket |
DefaultServerSocket.accept()
|
Socket |
DefaultSocketFactory.createSocket(String host,
int port)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||