|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractResponse
net.handle.hdllib.ResolutionResponse
public class ResolutionResponse
| Field Summary | |
|---|---|
byte[] |
handle
|
byte[][] |
values
|
| Fields inherited from class net.handle.hdllib.AbstractResponse |
|---|
stream, streaming |
| Constructor Summary | |
|---|---|
ResolutionResponse(AbstractRequest req,
byte[] handle,
byte[][] clumps)
|
|
ResolutionResponse(byte[] handle,
byte[][] values)
|
|
| Method Summary | |
|---|---|
HandleValue[] |
getHandleValues()
|
java.lang.String |
toString()
|
| Methods inherited from class net.handle.hdllib.AbstractResponse |
|---|
getContinuedResponse, streamResponse |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
clearBuffers, decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[] handle
public byte[][] values
| Constructor Detail |
|---|
public ResolutionResponse(byte[] handle,
byte[][] values)
public ResolutionResponse(AbstractRequest req,
byte[] handle,
byte[][] clumps)
throws HandleException
HandleException| Method Detail |
|---|
public HandleValue[] getHandleValues()
throws HandleException
HandleExceptionpublic java.lang.String toString()
toString in class AbstractMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||