public class ExtendedRequest extends AbstractRequest implements RequestWithResponse, AbandonableRequest
Constructor and Description |
---|
ExtendedRequest(org.apache.directory.shared.asn1.primitives.OID oid) |
ExtendedRequest(String oid) |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.asn1.primitives.OID |
getOid() |
byte[] |
getValue() |
void |
setValue(byte[] value) |
void |
setValue(String value) |
getTimeout, setTimeout
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTimeout, setTimeout
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
public ExtendedRequest(String oid)
public ExtendedRequest(org.apache.directory.shared.asn1.primitives.OID oid)
public byte[] getValue()
public void setValue(String value)
public void setValue(byte[] value)
public org.apache.directory.shared.asn1.primitives.OID getOid()
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.