|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResponseResolver<T>
Method Summary | |
---|---|
T |
getData()
returns the data response without comparing with any digests |
int |
getMessageCount()
Potentially called by multiple response threads, so must be threadsafe. |
java.lang.Iterable<Message> |
getMessages()
|
boolean |
isDataPresent()
|
void |
preprocess(Message message)
|
T |
resolve()
This Method resolves the responses that are passed in . |
Method Detail |
---|
T resolve() throws DigestMismatchException, java.io.IOException
DigestMismatchException
java.io.IOException
boolean isDataPresent()
T getData() throws java.io.IOException
java.io.IOException
void preprocess(Message message)
java.lang.Iterable<Message> getMessages()
int getMessageCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |