|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseHandler
Interface defining response handler.
| Method Summary | |
|---|---|
void |
handleResponse(InetSocketAddress responseFrom,
Transport transport,
ByteBuffer[] response)
Handle response. |
| Method Detail |
|---|
void handleResponse(InetSocketAddress responseFrom,
Transport transport,
ByteBuffer[] response)
responseFrom - remove address of the responder, null if unknown.transport - response source transport.response - array of response messages to handle.
First buffer in array has to contain whole (extended) message header.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||