|
|||||||||
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.AbstractRequest
net.handle.hdllib.ResolutionRequest
public class ResolutionRequest
Request used to resolve a handle. Holds the handle and parameters used in resolution.
Field Summary | |
---|---|
boolean |
isAdminRequest
|
int[] |
requestedIndexes
|
byte[][] |
requestedTypes
|
Fields inherited from class net.handle.hdllib.AbstractRequest |
---|
authInfo, completed, connectionLock, handle, multithread, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, socketRef, streaming |
Constructor Summary | |
---|---|
ResolutionRequest(byte[] handle,
byte[][] reqTypes,
int[] reqIndexes,
AuthenticationInfo authInfo)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class net.handle.hdllib.AbstractRequest |
---|
clearBuffers, clone, getNamespace, setNamespace, setNamespaceExactly, signMessageForSession |
Methods inherited from class net.handle.hdllib.AbstractMessage |
---|
getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, hasEqualOrGreaterVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, shouldEncrypt, signatureIsMac, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[][] requestedTypes
public int[] requestedIndexes
public final boolean isAdminRequest
Constructor Detail |
---|
public ResolutionRequest(byte[] handle, byte[][] reqTypes, int[] reqIndexes, AuthenticationInfo authInfo)
Method Detail |
---|
public java.lang.String toString()
toString
in class AbstractRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |