|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionHandler
This is connection handler. Implementations of this class should be able to handle (process) requests passed down the connection and generate response (to be send via same connection back to the client.
Method Summary | |
---|---|
void |
handleConnection(Connection connection)
This method processes a connection - handles requests and processes response. |
Method Detail |
---|
void handleConnection(Connection connection)
connection
- connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |