public class FastBindResponse extends AbstractExtendedResponse<java.lang.Void>
| Constructor and Description |
|---|
FastBindResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] encoded)
Initializes this response with the supplied BER encoded data.
|
java.lang.String |
getOID()
Returns the OID for this extended response.
|
java.lang.String |
toString() |
getValue, setValuepublic java.lang.String getOID()
ExtendedResponsepublic void decode(byte[] encoded)
ExtendedResponseencoded - BER encoded responsepublic java.lang.String toString()
toString in class java.lang.Object