|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EncoderException in org.apache.directory.shared.asn1 |
---|
Methods in org.apache.directory.shared.asn1 that throw EncoderException | |
---|---|
ByteBuffer |
Asn1Object.encode(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(ByteBuffer buffer,
boolean bool)
Encode a boolean value |
static void |
Value.encode(ByteBuffer buffer,
byte[] bytes)
Encode an OctetString value |
static void |
Value.encode(ByteBuffer buffer,
byte tag,
int value)
Encode an integer value |
static void |
Value.encode(ByteBuffer buffer,
int value)
Encode an integer value |
static void |
Value.encode(ByteBuffer buffer,
OID oid)
Encode an OID value |
static void |
Value.encode(ByteBuffer buffer,
String string)
Encode a String value |
static void |
Value.encodeEnumerated(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.common.IoSession session,
Object message,
org.apache.mina.filter.codec.ProtocolEncoderOutput out)
|
Object |
Encoder.encode(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 | |
---|---|
Object |
BinaryCodec.encode(Object raw)
Converts an array of raw binary data into an array of ascii 0 and 1 chars. |
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order. |
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(Object obj)
|
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(Object obj)
Transforms a decoded ByteArray of binary data into a stream of ASCII hex characters. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec that throw EncoderException | |
---|---|
ByteBuffer |
LdapMessage.encode(ByteBuffer buffer)
Generate the PDU which contains the encoded object. |
ByteBuffer |
Control.encode(ByteBuffer buffer)
Generate the PDU which contains the Control. |
ByteBuffer |
LdapResponse.encode(ByteBuffer buffer)
Encode the AddResponse message to a PDU. |
ByteBuffer |
LdapResult.encode(ByteBuffer buffer)
Encode the LdapResult message to a PDU. |
ByteBuffer |
ManageDsaITControl.encode(ByteBuffer buffer)
Encodes the control: does nothing but returns an empty buffer. |
void |
TwixEncoder.encode(Object obj)
Encodes a LdapMessage, and calls the callback |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.abandon |
---|
Methods in org.apache.directory.shared.ldap.codec.abandon that throw EncoderException | |
---|---|
ByteBuffer |
AbandonRequest.encode(ByteBuffer buffer)
Encode the AbandonRequest message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.add |
---|
Methods in org.apache.directory.shared.ldap.codec.add that throw EncoderException | |
---|---|
ByteBuffer |
AddRequest.encode(ByteBuffer buffer)
Encode the AddRequest message to a PDU. |
ByteBuffer |
AddResponse.encode(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 | |
---|---|
ByteBuffer |
SaslCredentials.encode(ByteBuffer buffer)
Encode the sasl authentication to a PDU. |
ByteBuffer |
BindRequest.encode(ByteBuffer buffer)
Encode the BindRequest message to a PDU. |
ByteBuffer |
BindResponse.encode(ByteBuffer buffer)
Encode the BindResponse message to a PDU. |
ByteBuffer |
SimpleAuthentication.encode(ByteBuffer buffer)
Encode the simple authentication 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 | |
---|---|
ByteBuffer |
CompareRequest.encode(ByteBuffer buffer)
Encode the CompareRequest message to a PDU. |
ByteBuffer |
CompareResponse.encode(ByteBuffer buffer)
Encode the CompareResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.del |
---|
Methods in org.apache.directory.shared.ldap.codec.del that throw EncoderException | |
---|---|
ByteBuffer |
DelRequest.encode(ByteBuffer buffer)
Encode the DelRequest message to a PDU. |
ByteBuffer |
DelResponse.encode(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 | |
---|---|
ByteBuffer |
ExtendedRequest.encode(ByteBuffer buffer)
Encode the ExtendedRequest message to a PDU. |
ByteBuffer |
ExtendedResponse.encode(ByteBuffer buffer)
Encode the ExtendedResponse message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.extended.operations |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations that throw EncoderException | |
---|---|
ByteBuffer |
GracefulShutdown.encode(ByteBuffer buffer)
Encodes the gracefulShutdown extended operation. |
ByteBuffer |
GracefulDisconnect.encode(ByteBuffer buffer)
Encodes the gracefulDisconnect extended operation. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.modify |
---|
Methods in org.apache.directory.shared.ldap.codec.modify that throw EncoderException | |
---|---|
ByteBuffer |
ModifyRequest.encode(ByteBuffer buffer)
Encode the ModifyRequest message to a PDU. |
ByteBuffer |
ModifyResponse.encode(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 | |
---|---|
ByteBuffer |
ModifyDNRequest.encode(ByteBuffer buffer)
Encode the ModifyDNRequest message to a PDU. |
ByteBuffer |
ModifyDNResponse.encode(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 | |
---|---|
ByteBuffer |
SearchRequest.encode(ByteBuffer buffer)
Encode the SearchRequest message to a PDU. |
ByteBuffer |
SearchResultDone.encode(ByteBuffer buffer)
Encode the SearchResultDone message to a PDU. |
ByteBuffer |
SearchResultEntry.encode(ByteBuffer buffer)
Encode the SearchResultEntry message to a PDU. |
ByteBuffer |
SearchResultReference.encode(ByteBuffer buffer)
Encode the SearchResultReference message to a PDU. |
ByteBuffer |
ConnectorFilter.encode(ByteBuffer buffer)
Encode the ConnectorFilter message to a PDU. |
ByteBuffer |
AndFilter.encode(ByteBuffer buffer)
Encode the AndFilter message to a PDU. |
ByteBuffer |
NotFilter.encode(ByteBuffer buffer)
Encode the NotFilter message to a PDU. |
ByteBuffer |
AttributeValueAssertionFilter.encode(ByteBuffer buffer)
Encode the AttributeValueAssertion Filters to a PDU. |
ByteBuffer |
ExtensibleMatchFilter.encode(ByteBuffer buffer)
Encode the ExtensibleMatch Filters to a PDU. |
ByteBuffer |
OrFilter.encode(ByteBuffer buffer)
Encode the OrFilter message to a PDU. |
ByteBuffer |
PresentFilter.encode(ByteBuffer buffer)
Encode the PresentFilter message to a PDU. |
ByteBuffer |
SubstringFilter.encode(ByteBuffer buffer)
Encode the Substrings Filter to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.search.controls |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls that throw EncoderException | |
---|---|
ByteBuffer |
SubEntryControl.encode(ByteBuffer buffer)
Encodes the subEntry control. |
ByteBuffer |
PSearchControl.encode(ByteBuffer buffer)
Encodes the persistent search control. |
ByteBuffer |
EntryChangeControl.encode(ByteBuffer buffer)
Encodes the entry change control. |
Uses of EncoderException in org.apache.directory.shared.ldap.codec.unbind |
---|
Methods in org.apache.directory.shared.ldap.codec.unbind that throw EncoderException | |
---|---|
ByteBuffer |
UnBindRequest.encode(ByteBuffer buffer)
Encode the UnbindRequest message to a PDU. |
Uses of EncoderException in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that throw EncoderException | |
---|---|
void |
MessageEncoder.encode(Object obj)
Encodes a Message object peice by peice often emitting chunks of the final PDU to the callback if present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |