|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerSocketHandler<CH extends ConnectionHandler>
Handler for a ServerSocket.
Required to be implemented by the handler provider.
| Method Summary | |
|---|---|
CH |
createConnectionHandler(Connection connection)
Creates a ConnectionHandler for a new Connection. |
Server<CH> |
createServer()
Creates the Server to handle requests. |
| Method Detail |
|---|
Server<CH> createServer()
Server to handle requests.
Server to handle requests.CH createConnectionHandler(Connection connection)
ConnectionHandler for a new Connection.
connection - A new Connection requiring handling.
ConnectionHandler to handle the new Connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||