|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Client | This a simple interface to implements a network client. |
ClientHandler | This class is in charge of a client connection. |
ClientListener | This listener is used to listen to client event. |
Server | This a simple interface to implements a network server. |
ServerListener | This listener is used to listen to server event. |
Class Summary | |
ClientEvent | A client event is fired by the client when it receive data from the server. |
ClientFactory | This class is used to easely create clients. |
ClientHandlerFactory | This class is used to easely create clients handler. |
ServerEvent | A server event, fired by the server when it receive data from any client. |
ServerFactory | This class is used to easely create servers. |
Exception Summary | |
InvalidRequestException | Thrown when a request is not valid. |
This package is a simple Client Server Framework. You can easely creates and use powerfull server including secured ones, and clients that can connect to such server.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |