Uses of Class
org.apache.directory.shared.asn1.codec.EncoderException

Packages that use EncoderException
org.apache.directory.shared.asn1   
org.apache.directory.shared.asn1.ber.tlv   
org.apache.directory.shared.asn1.codec Protocol codec which provides the integration with Apache ASN1
org.apache.directory.shared.asn1.codec.binary   
org.apache.directory.shared.asn1.codec.stateful Provides the fundamental stateful codec interfaces. 
org.apache.directory.shared.asn1.codec.stateful.examples   
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.abandon   
org.apache.directory.shared.ldap.codec.add   
org.apache.directory.shared.ldap.codec.bind   
org.apache.directory.shared.ldap.codec.compare   
org.apache.directory.shared.ldap.codec.controls   
org.apache.directory.shared.ldap.codec.del   
org.apache.directory.shared.ldap.codec.extended   
org.apache.directory.shared.ldap.codec.extended.operations   
org.apache.directory.shared.ldap.codec.modify   
org.apache.directory.shared.ldap.codec.modifyDn   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.codec.search.controls   
org.apache.directory.shared.ldap.codec.unbind   
org.apache.directory.shared.ldap.message   
 

Uses of EncoderException in org.apache.directory.shared.asn1
 

Methods in org.apache.directory.shared.asn1 that throw EncoderException
 java.nio.ByteBuffer Asn1Object.encode(java.nio.ByteBuffer buffer)
          Encode the object to a PDU.
 java.nio.ByteBuffer AbstractAsn1Object.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.common.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 BinaryCodec.encode(java.lang.Object raw)
          Converts an array of raw binary data into an array of ascii 0 and 1 chars.
 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.
 

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.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec that throw EncoderException
 java.nio.ByteBuffer Control.encode(java.nio.ByteBuffer buffer)
          Generate the PDU which contains the Control.
 java.nio.ByteBuffer LdapResponse.encode(java.nio.ByteBuffer buffer)
          Encode the AddResponse message to a PDU.
 java.nio.ByteBuffer LdapResult.encode(java.nio.ByteBuffer buffer)
          Encode the LdapResult message to a PDU.
 java.nio.ByteBuffer LdapMessage.encode(java.nio.ByteBuffer buffer)
          Generate the PDU which contains the encoded object.
 void TwixEncoder.encode(java.lang.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
 java.nio.ByteBuffer AbandonRequest.encode(java.nio.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
 java.nio.ByteBuffer AddResponse.encode(java.nio.ByteBuffer buffer)
          Encode the AddResponse message to a PDU.
 java.nio.ByteBuffer AddRequest.encode(java.nio.ByteBuffer buffer)
          Encode the AddRequest 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 SaslCredentials.encode(java.nio.ByteBuffer buffer)
          Encode the sasl authentication to a PDU.
 java.nio.ByteBuffer BindResponse.encode(java.nio.ByteBuffer buffer)
          Encode the BindResponse message to a PDU.
 java.nio.ByteBuffer BindRequest.encode(java.nio.ByteBuffer buffer)
          Encode the BindRequest message to a PDU.
 java.nio.ByteBuffer SimpleAuthentication.encode(java.nio.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
 java.nio.ByteBuffer CompareResponse.encode(java.nio.ByteBuffer buffer)
          Encode the CompareResponse message to a PDU.
 java.nio.ByteBuffer CompareRequest.encode(java.nio.ByteBuffer buffer)
          Encode the CompareRequest 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 ManageDsaITControlCodec.encode(java.nio.ByteBuffer buffer)
          Encodes the control: does nothing but returns an empty buffer.
 java.nio.ByteBuffer CascadeControlCodec.encode(java.nio.ByteBuffer buffer)
          Encodes the control: does nothing but returns an empty buffer.
 

Uses of EncoderException in org.apache.directory.shared.ldap.codec.del
 

Methods in org.apache.directory.shared.ldap.codec.del that throw EncoderException
 java.nio.ByteBuffer DelResponse.encode(java.nio.ByteBuffer buffer)
          Encode the DelResponse message to a PDU.
 java.nio.ByteBuffer DelRequest.encode(java.nio.ByteBuffer buffer)
          Encode the DelRequest 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
 java.nio.ByteBuffer ExtendedResponse.encode(java.nio.ByteBuffer buffer)
          Encode the ExtendedResponse message to a PDU.
 java.nio.ByteBuffer ExtendedRequest.encode(java.nio.ByteBuffer buffer)
          Encode the ExtendedRequest 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
 java.nio.ByteBuffer StoredProcedure.encode(java.nio.ByteBuffer buffer)
          Encode the StoredProcedure message to a PDU.
 java.nio.ByteBuffer GracefulDisconnect.encode(java.nio.ByteBuffer buffer)
          Encodes the gracefulDisconnect extended operation.
 java.nio.ByteBuffer GracefulShutdown.encode(java.nio.ByteBuffer buffer)
          Encodes the gracefulShutdown 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
 java.nio.ByteBuffer ModifyResponse.encode(java.nio.ByteBuffer buffer)
          Encode the ModifyResponse message to a PDU.
 java.nio.ByteBuffer ModifyRequest.encode(java.nio.ByteBuffer buffer)
          Encode the ModifyRequest 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
 java.nio.ByteBuffer ModifyDNResponse.encode(java.nio.ByteBuffer buffer)
          Encode the ModifyDNResponse message to a PDU.
 java.nio.ByteBuffer ModifyDNRequest.encode(java.nio.ByteBuffer buffer)
          Encode the ModifyDNRequest 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 NotFilter.encode(java.nio.ByteBuffer buffer)
          Encode the NotFilter message to a PDU.
 java.nio.ByteBuffer SearchResultReference.encode(java.nio.ByteBuffer buffer)
          Encode the SearchResultReference message to a PDU.
 java.nio.ByteBuffer AttributeValueAssertionFilter.encode(java.nio.ByteBuffer buffer)
          Encode the AttributeValueAssertion Filters to a PDU.
 java.nio.ByteBuffer ExtensibleMatchFilter.encode(java.nio.ByteBuffer buffer)
          Encode the ExtensibleMatch Filters to a PDU.
 java.nio.ByteBuffer AndFilter.encode(java.nio.ByteBuffer buffer)
          Encode the AndFilter message to a PDU.
 java.nio.ByteBuffer PresentFilter.encode(java.nio.ByteBuffer buffer)
          Encode the PresentFilter message to a PDU.
 java.nio.ByteBuffer SearchRequest.encode(java.nio.ByteBuffer buffer)
          Encode the SearchRequest 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 SearchResultDone.encode(java.nio.ByteBuffer buffer)
          Encode the SearchResultDone message to a PDU.
 java.nio.ByteBuffer ConnectorFilter.encode(java.nio.ByteBuffer buffer)
          Encode the ConnectorFilter message to a PDU.
 java.nio.ByteBuffer SearchResultEntry.encode(java.nio.ByteBuffer buffer)
          Encode the SearchResultEntry message 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
 java.nio.ByteBuffer EntryChangeControlCodec.encode(java.nio.ByteBuffer buffer)
          Encodes the entry change control.
 java.nio.ByteBuffer PSearchControlCodec.encode(java.nio.ByteBuffer buffer)
          Encodes the persistent search control.
 java.nio.ByteBuffer SubEntryControlCodec.encode(java.nio.ByteBuffer buffer)
          Encodes the subEntry control.
 

Uses of EncoderException in org.apache.directory.shared.ldap.codec.unbind
 

Methods in org.apache.directory.shared.ldap.codec.unbind that throw EncoderException
 java.nio.ByteBuffer UnBindRequest.encode(java.nio.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(java.lang.Object obj)
          Encodes a Message object piece by piece often emitting chunks of the final PDU to the callback if present.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.