|
|||||||||
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.ModifyValueRequest
public class ModifyValueRequest
Request used to modify a value of an existing handle. Holds the handle as well as the value to be modified. The value that will be modified on the server is the one that has the same ID as the value in this message.
Field Summary | |
---|---|
HandleValue[] |
values
|
Fields inherited from class net.handle.hdllib.AbstractRequest |
---|
authInfo, completed, connectionLock, handle, isAdminRequest, multithread, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, socketRef, streaming |
Constructor Summary | |
---|---|
ModifyValueRequest(byte[] handle,
HandleValue[] values,
AuthenticationInfo authInfo)
|
|
ModifyValueRequest(byte[] handle,
HandleValue value,
AuthenticationInfo authInfo)
|
Method Summary | |
---|---|
boolean |
shouldEncrypt()
|
Methods inherited from class net.handle.hdllib.AbstractRequest |
---|
clearBuffers, clone, getNamespace, setNamespace, setNamespaceExactly, signMessageForSession, toString |
Methods inherited from class net.handle.hdllib.AbstractMessage |
---|
getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, hasEqualOrGreaterVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, 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 HandleValue[] values
Constructor Detail |
---|
public ModifyValueRequest(byte[] handle, HandleValue value, AuthenticationInfo authInfo)
public ModifyValueRequest(byte[] handle, HandleValue[] values, AuthenticationInfo authInfo)
Method Detail |
---|
public boolean shouldEncrypt()
shouldEncrypt
in class AbstractMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |