|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.directj.csf.ClientHandlerFactory | +--net.directj.csf.impl.JLoggerClientHandlerFactory
This class is used to easely create clients handler. This class is used by the jlogger server implementation to create appropriate handler. A client handler is in charge of a connection with a client.
Constructor Summary | |
JLoggerClientHandlerFactory()
|
Method Summary | |
ClientHandler |
createClientHandler(java.net.Socket _sock,
Server _server)
Creates a new ClientHandler, created by the _server server and using the _sock socket. |
Methods inherited from class net.directj.csf.ClientHandlerFactory |
getDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JLoggerClientHandlerFactory()
Method Detail |
public ClientHandler createClientHandler(java.net.Socket _sock, Server _server)
createClientHandler
in class ClientHandlerFactory
_sock
- The socket on wich there is the connection._server
- The server that handle the client's request.
ClientHandler
- A new client handler.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |