Uses of Interface
async.net.socket.Socket

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)
           
 



Copyright © 2011. All Rights Reserved.