|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TCPServer | |
org.indy |
Uses of TCPServer in org.indy |
Fields in org.indy declared as TCPServer | |
protected TCPServer |
TCPServerConnection.server
Description of the Field |
Methods in org.indy that return TCPServer | |
TCPServer |
TCPServerConnection.getServer()
Gets the server attribute of the IdTCPServerConnection object |
TCPServer |
ListenerThread.getServer()
Gets the server attribute of the IdListenerThread object |
TCPServer |
TCPServerEvent.getSever()
DOCUMENT ME! |
TCPServer |
CommandHandlers.getServer()
Returns the IdTCPServer that owns this collection. |
Methods in org.indy with parameters of type TCPServer | |
void |
TCPServerExecuteListener.onExecute(TCPServer sender,
TCPServerConnection connection)
|
void |
TCPServerListener.onBeforeCommandHandler(TCPServer sender,
PeerThread thread,
java.lang.String data)
Description of the Method |
void |
TCPServerListener.onAfterCommandHandler(TCPServer sender,
PeerThread thread)
Description of the Method |
void |
TCPServerListener.onNoCommandHandler(TCPServer sender,
PeerThread thread,
java.lang.String data)
Description of the Method |
Constructors in org.indy with parameters of type TCPServer | |
TCPServerConnection(TCPServer server,
IOHandler handler)
Constructor for the IdTCPServerConnection object |
|
ListenerThread(TCPServer server,
java.net.ServerSocket binding)
Constructor for the IdListenerThread object |
|
TCPServerEvent(TCPServer server,
Connection connection)
Creates a new TCPServerEvent object. |
|
CommandHandlers(TCPServer server)
Constructs a new IdCommandHandlers collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |