|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EncoderException in org.apache.directory.shared.asn1 |
---|
Methods in org.apache.directory.shared.asn1 that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
AbstractAsn1Object.encode(java.nio.ByteBuffer buffer)
Encode the object to a PDU. |
java.nio.ByteBuffer |
Asn1Object.encode(java.nio.ByteBuffer buffer)
Encode the object to a PDU. |
Uses of EncoderException in org.apache.directory.shared.asn1.ber.tlv |
---|
Methods in org.apache.directory.shared.asn1.ber.tlv that throw EncoderException | |
---|---|
static void |
Value.encode(java.nio.ByteBuffer buffer,
BitString bitString)
Encode a BIT STRING value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
boolean bool)
Encode a boolean value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
byte[] bytes)
Encode an OctetString value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
byte tag,
int value)
Encode an integer value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
int value)
Encode an integer value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
long value)
Encode a long value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
OID oid)
Encode an OID value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
java.lang.String string)
Encode a String value |
static void |
Value.encodeEnumerated(java.nio.ByteBuffer buffer,
int value)
Encode an enumerated value |
Uses of EncoderException in org.apache.directory.shared.asn1.codec |
---|
Methods in org.apache.directory.shared.asn1.codec that throw EncoderException | |
---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data as a byte array. |
void |
Asn1CodecEncoder.encode(org.apache.mina.core.session.IoSession session,
java.lang.Object message,
org.apache.mina.filter.codec.ProtocolEncoderOutput out)
|
java.lang.Object |
Encoder.encode(java.lang.Object pObject)
Encodes an "Object" and returns the encoded content as an Object. |
Uses of EncoderException in org.apache.directory.shared.asn1.codec.binary |
---|
Methods in org.apache.directory.shared.asn1.codec.binary that throw EncoderException | |
---|---|
java.lang.Object |
Hex.encode(java.lang.Object object)
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order. |
java.lang.Object |
BinaryCodec.encode(java.lang.Object raw)
Converts an array of raw binary data into an array of ascii 0 and 1 chars. |
Uses of EncoderException in org.apache.directory.shared.asn1.codec.stateful |
---|
Methods in org.apache.directory.shared.asn1.codec.stateful that throw EncoderException | |
---|---|
void |
StatefulEncoder.encode(java.lang.Object obj)
Encodes a Message object piece by piece often emitting chunks of the final PDU to the callback if present. |
Uses of EncoderException in org.apache.directory.shared.asn1.codec.stateful.examples |
---|
Methods in org.apache.directory.shared.asn1.codec.stateful.examples that throw EncoderException | |
---|---|
void |
HexEncoder.encode(java.lang.Object obj)
Transforms a decoded ByteArray of binary data into a stream of ASCII hex characters. |
Uses of EncoderException in org.apache.directory.shared.dsmlv2 |
---|
Methods in org.apache.directory.shared.dsmlv2 that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
LdapMessageDecorator.encode(java.nio.ByteBuffer buffer)
|
void |
LdapMessageDecorator.encodeProtocolOp(java.nio.ByteBuffer buffer)
|
Uses of EncoderException in org.apache.directory.shared.dsmlv2.reponse |
---|
Methods in org.apache.directory.shared.dsmlv2.reponse that throw EncoderException | |
---|---|
protected void |
ErrorResponse.encodeProtocolOp(java.nio.ByteBuffer buffer)
|
protected void |
SearchResponse.encodeProtocolOp(java.nio.ByteBuffer buffer)
|
Uses of EncoderException in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
LdapMessageCodec.encode()
Generate the PDU which contains the encoded object. |
java.nio.ByteBuffer |
LdapResponseCodec.encode(java.nio.ByteBuffer buffer)
Encode the AddResponse message to a PDU. |
java.nio.ByteBuffer |
LdapResultCodec.encode(java.nio.ByteBuffer buffer)
Encode the LdapResult message to a PDU. |
void |
LdapEncoder.encode(java.lang.Object obj)
Encodes a LdapMessage, and calls the callback |
protected abstract void |
LdapMessageCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
|
Uses of EncoderException in org.apache.directory.shared.ldap.codec.abandon |
---|
Methods in org.apache.directory.shared.ldap.codec.abandon that throw EncoderException | |
---|---|
protected void |
AbandonRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the Abandon protocolOp part |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.add |
---|
Methods in org.apache.directory.shared.ldap.codec.add that throw EncoderException | |
---|---|
protected void |
AddRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the AddRequest message to a PDU. |
protected void |
AddResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the AddResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.bind |
---|
Methods in org.apache.directory.shared.ldap.codec.bind that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SimpleAuthentication.encode(java.nio.ByteBuffer buffer)
Encode the simple authentication to a PDU. |
java.nio.ByteBuffer |
SaslCredentials.encode(java.nio.ByteBuffer buffer)
Encode the sasl authentication to a PDU. |
protected void |
BindRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the BindRequest message to a PDU. |
protected void |
BindResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the BindResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.compare |
---|
Methods in org.apache.directory.shared.ldap.codec.compare that throw EncoderException | |
---|---|
protected void |
CompareRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the CompareRequest message to a PDU. |
protected void |
CompareResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the CompareResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.controls |
---|
Methods in org.apache.directory.shared.ldap.codec.controls that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
AbstractControl.encode(java.nio.ByteBuffer buffer)
Encode the object to a PDU. |
java.nio.ByteBuffer |
CodecControl.encode(java.nio.ByteBuffer buffer)
Generate the PDU which contains the Control. |
java.nio.ByteBuffer |
ControlImpl.encode(java.nio.ByteBuffer buffer)
Encode the object to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue |
---|
Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SyncDoneValueControl.encode(java.nio.ByteBuffer buffer)
Encode the SyncDoneValue control |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue |
---|
Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SyncInfoValueControl.encode(java.nio.ByteBuffer buffer)
Encode the SyncInfoValue control |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue |
---|
Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SyncRequestValueControl.encode(java.nio.ByteBuffer buffer)
Encode the SyncRequestValue control |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue |
---|
Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SyncStateValueControl.encode(java.nio.ByteBuffer buffer)
Encode the SyncStateValue control |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.del |
---|
Methods in org.apache.directory.shared.ldap.codec.del that throw EncoderException | |
---|---|
protected void |
DelRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the DelRequest message to a PDU. |
protected void |
DelResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the DelResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended |
---|
Methods in org.apache.directory.shared.ldap.codec.extended that throw EncoderException | |
---|---|
protected void |
ExtendedRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ExtendedRequest message to a PDU. |
protected void |
ExtendedResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ExtendedResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations.cancel |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.cancel that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
Cancel.encode()
Encodes the cancel extended operation. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
CertGenerationObject.encode()
|
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
GracefulDisconnect.encode()
Encodes the gracefulDisconnect extended operation. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
GracefulShutdown.encode()
Encodes the gracefulShutdown extended operation. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
StoredProcedure.encode()
Encode the StoredProcedure message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.intermediate |
---|
Methods in org.apache.directory.shared.ldap.codec.intermediate that throw EncoderException | |
---|---|
protected void |
IntermediateResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the IntermediateResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.modify |
---|
Methods in org.apache.directory.shared.ldap.codec.modify that throw EncoderException | |
---|---|
protected void |
ModifyRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ModifyRequest message to a PDU. |
protected void |
ModifyResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ModifyResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.modifyDn |
---|
Methods in org.apache.directory.shared.ldap.codec.modifyDn that throw EncoderException | |
---|---|
protected void |
ModifyDNRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ModifyDNRequest message to a PDU. |
protected void |
ModifyDNResponseCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the ModifyDNResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search |
---|
Methods in org.apache.directory.shared.ldap.codec.search that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
ExtensibleMatchFilter.encode(java.nio.ByteBuffer buffer)
Encode the ExtensibleMatch Filters to a PDU. |
java.nio.ByteBuffer |
ConnectorFilter.encode(java.nio.ByteBuffer buffer)
Encode the ConnectorFilter message to a PDU. |
java.nio.ByteBuffer |
NotFilter.encode(java.nio.ByteBuffer buffer)
Encode the NotFilter message to a PDU. |
java.nio.ByteBuffer |
PresentFilter.encode(java.nio.ByteBuffer buffer)
Encode the PresentFilter message to a PDU. |
java.nio.ByteBuffer |
AndFilter.encode(java.nio.ByteBuffer buffer)
Encode the AndFilter message to a PDU. |
java.nio.ByteBuffer |
SubstringFilter.encode(java.nio.ByteBuffer buffer)
Encode the Substrings Filter to a PDU. |
java.nio.ByteBuffer |
OrFilter.encode(java.nio.ByteBuffer buffer)
Encode the OrFilter message to a PDU. |
java.nio.ByteBuffer |
AttributeValueAssertionFilter.encode(java.nio.ByteBuffer buffer)
Encode the AttributeValueAssertion Filters to a PDU. |
protected void |
SearchRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the SearchRequest message to a PDU. |
protected void |
SearchResultEntryCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the SearchResultEntry message to a PDU. |
protected void |
SearchResultReferenceCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the SearchResultReference message to a PDU. |
protected void |
SearchResultDoneCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the SearchResultDone message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search.controls.entryChange |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
EntryChangeControl.encode(java.nio.ByteBuffer buffer)
Encodes the entry change control. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
PagedResultsControl.encode(java.nio.ByteBuffer buffer)
Encodes the paged search control. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
PersistentSearchControl.encode(java.nio.ByteBuffer buffer)
Encodes the persistent search control. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search.controls.subentries |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls.subentries that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
SubentriesControl.encode(java.nio.ByteBuffer buffer)
Encodes the Subentries control. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.unbind |
---|
Methods in org.apache.directory.shared.ldap.codec.unbind that throw EncoderException | |
---|---|
protected void |
UnBindRequestCodec.encodeProtocolOp(java.nio.ByteBuffer buffer)
Encode the Unbind protocolOp part |
Uses of EncoderException in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that throw EncoderException | |
---|---|
void |
MessageEncoder.encode(java.lang.Object obj)
Encodes a Message object piece by piece often emitting chunks of the final PDU to the callback if present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |