Package net.handle.hdllib
Interface ResponseMessageCallback
-
- All Known Implementing Classes:
ListHandlesUtil.ListHandlesAccumulator
,ListPrefixesUtil.ListHandlesAccumulator
,SimpleResponseMessageCallback
public interface ResponseMessageCallback
ResponseMessageCallback is an interface that is used to get continuation messages from multi-message responses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleResponse(AbstractResponse message)
This is called when a message has been received and needs to be handled.
-
-
-
Method Detail
-
handleResponse
void handleResponse(AbstractResponse message) throws HandleException
This is called when a message has been received and needs to be handled. message is the message that has been received. Messages are received and processed in order.- Throws:
HandleException
-
-