|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a handler for new incoming connections. This can be registered on a given transport or on the whole repository for all transports.
| Method Summary | |
void |
handleDelete(ServerConnection connection)
Handles new incoming connections for TransportMethod.DELETE method. |
void |
handleGet(ServerConnection connection)
Handles new incoming connections for TransportMethod.GET method. |
void |
handlePost(ServerConnection connection)
Handles new incoming connections for TransportMethod.POST method. |
void |
handlePut(ServerConnection connection)
Handles new incoming connections for TransportMethod.PUT method. |
| Method Detail |
public void handlePost(ServerConnection connection)
TransportMethod.POST method.
connection - new connectionpublic void handleGet(ServerConnection connection)
TransportMethod.GET method.
connection - new connectionpublic void handlePut(ServerConnection connection)
TransportMethod.PUT method.
connection - new connectionpublic void handleDelete(ServerConnection connection)
TransportMethod.DELETE method.
connection - new connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||