|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.codec.LdapMessageCodec
org.apache.directory.shared.ldap.codec.LdapResponseCodec
org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
public class ModifyResponseCodec
An ModifyResponse Message. Its syntax is : ModifyResponse ::= [APPLICATION 7] LDAPResult
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
|---|
ldapMessageLength |
| Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
|---|
parent |
| Constructor Summary | |
|---|---|
ModifyResponseCodec()
Creates a new ModifyResponse object. |
|
| Method Summary | |
|---|---|
protected int |
computeLengthProtocolOp()
Compute the ModifyResponse length ModifyResponse : |
protected void |
encodeProtocolOp(ByteBuffer buffer)
Encode the ModifyResponse message to a PDU. |
MessageTypeEnum |
getMessageType()
Get the message type |
String |
getMessageTypeName()
Get the message type Name |
String |
toString()
Get a String representation of a ModifyResponse |
| Methods inherited from class org.apache.directory.shared.ldap.codec.LdapResponseCodec |
|---|
computeLdapResultLength, encode, getLdapResponseLength, getLdapResult, setLdapResult |
| Methods inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
|---|
addControl, addControls, computeLength, encode, getCodecControl, getControls, getControls, getCurrentControl, getMessageId, initControls, setMessageId, toString |
| Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
|---|
addLength, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyResponseCodec()
| Method Detail |
|---|
public MessageTypeEnum getMessageType()
getMessageType in class LdapMessageCodecpublic String getMessageTypeName()
getMessageTypeName in class LdapMessageCodecprotected int computeLengthProtocolOp()
0x67 L1 | +--> LdapResult L1 = Length(LdapResult) Length(ModifyResponse) = Length(0x67) + Length(L1) + L1
computeLengthProtocolOp in class LdapMessageCodec
protected void encodeProtocolOp(ByteBuffer buffer)
throws EncoderException
encodeProtocolOp in class LdapMessageCodecbuffer - The buffer where to put the PDU
EncoderExceptionpublic String toString()
toString in class LdapResponseCodec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||