Uses of Interface
org.indy.io.IOHandler

Packages that use IOHandler
org.indy   
org.indy.io   
org.indy.socks   
 

Uses of IOHandler in org.indy
 

Fields in org.indy declared as IOHandler
protected  IOHandler Connection.ioHandler
          The IOHandler used by this connection
 

Methods in org.indy that return IOHandler
 IOHandler Connection.getIOHandler()
          Gets the iOHandler attribute of the TCPConnection object
 

Methods in org.indy with parameters of type IOHandler
 void Connection.setIOHandler(IOHandler handler)
          Sets the iOHandler attribute of the IdTCPConnection object
 

Constructors in org.indy with parameters of type IOHandler
Connection(IOHandler handler)
          Constructs a new instance of TCPConnection
TCPServerConnection(TCPServer server, IOHandler handler)
          Constructor for the IdTCPServerConnection object
 

Uses of IOHandler in org.indy.io
 

Classes in org.indy.io that implement IOHandler
 class AbstractIOHandler
          A skeleton implementation of IOHandler.
 class IOHandlerSocket
          An implementation of IOHandler that handles IO for sockets.
 

Methods in org.indy.io that return IOHandler
 IOHandler ServerIOHandler.accept(java.net.ServerSocket ss, IndyThread thread)
          Description of the Method
 IOHandler ServerIOHandlerSocket.accept(java.net.ServerSocket ss, IndyThread thread)
          Description of the Method
 

Methods in org.indy.io with parameters of type IOHandler
 void IOHandlerListener.onConnect(IOHandler sender)
          Fired when sender has sucessfully connected
 void IOHandlerListener.onDisconnect(IOHandler sender)
          Fired when sender has disconnected
 void IOHandlerListener.onStatus(IOHandler sender, Status status, java.lang.Object[] args)
          Fired when sender's status has changed.
 

Uses of IOHandler in org.indy.socks
 

Fields in org.indy.socks declared as IOHandler
protected  IOHandler SocksInfo.ioHandler
          Description of the Field
 

Methods in org.indy.socks with parameters of type IOHandler
 void SocksInfo.setIoHandler(IOHandler _ioHandler)
          Sets the ioHandler attribute of the IdSocksInfo object
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.