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, setTimeoutadd, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTimeout, setTimeoutadd, getControl, getControls, getMessageId, hasControl, remove, setMessageIdpublic 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–2016 The Apache Software Foundation. All rights reserved.