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

Packages that use DecoderException
org.apache.directory.shared.asn1   
org.apache.directory.shared.asn1.ber   
org.apache.directory.shared.asn1.ber.grammar   
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.asn1.primitives   
org.apache.directory.shared.dsmlv2   
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.actions   
org.apache.directory.shared.ldap.codec.controls   
org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue   
org.apache.directory.shared.ldap.codec.extended.operations.cancel   
org.apache.directory.shared.ldap.codec.extended.operations.certGeneration   
org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect   
org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.codec.search.controls.entryChange   
org.apache.directory.shared.ldap.codec.search.controls.pagedSearch   
org.apache.directory.shared.ldap.codec.search.controls.persistentSearch   
org.apache.directory.shared.ldap.codec.search.controls.subentries   
org.apache.directory.shared.ldap.message.extended   
 

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

Methods in org.apache.directory.shared.asn1 that throw DecoderException
 void AbstractAsn1Object.addLength(int length)
          Add a length to the object
 void Asn1Object.addLength(int length)
          Add a length to the object
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber
 

Methods in org.apache.directory.shared.asn1.ber that throw DecoderException
 void Asn1Decoder.decode(java.nio.ByteBuffer stream, IAsn1Container container)
          The decoder main function.
 void Asn1Decoder.setMaxLengthLength(int maxLengthLength)
          Set the maximul length for a Length
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber.grammar
 

Methods in org.apache.directory.shared.asn1.ber.grammar that throw DecoderException
 void IAction.action(IAsn1Container container)
          The action to be executed.
 void IGrammar.executeAction(IAsn1Container asn1Container)
          This method, when called, execute an action on the current data stored in the container.
 void AbstractGrammar.executeAction(IAsn1Container container)
          The main function.
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber.tlv
 

Methods in org.apache.directory.shared.asn1.ber.tlv that throw DecoderException
 void ITLVBerDecoderMBean.setMaxLengthLength(int length)
          Set the number of bytes that can be used to encode the Value length, including the first byte.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec
 

Methods in org.apache.directory.shared.asn1.codec that throw DecoderException
 byte[] BinaryDecoder.decode(byte[] pArray)
          Decodes a byte array and returns the results as a byte array.
 void Asn1CodecDecoder.decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 java.lang.Object Decoder.decode(java.lang.Object pObject)
          Decodes an "encoded" Object and returns a "decoded" Object.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.binary
 

Methods in org.apache.directory.shared.asn1.codec.binary that throw DecoderException
 byte[] Hex.decode(byte[] array)
          Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
 java.lang.Object Hex.decode(java.lang.Object object)
          Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
 java.lang.Object BinaryCodec.decode(java.lang.Object ascii)
          Decodes a byte array where each byte represents an ascii '0' or '1'.
static byte[] Hex.decodeHex(char[] data)
          Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
protected static int Hex.toDigit(char ch, int index)
          Converts a hexadecimal character to an integer.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.stateful
 

Methods in org.apache.directory.shared.asn1.codec.stateful that throw DecoderException
 void StatefulDecoder.decode(java.lang.Object encoded)
          Decodes a piece of encoded data.
 void DecoderStack.decode(java.lang.Object encoded)
          Decodes an encoded object by calling decode on the decoder at the bottom of the stack.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.stateful.examples
 

Methods in org.apache.directory.shared.asn1.codec.stateful.examples that throw DecoderException
 void HexDecoder.decode(java.lang.Object chunk)
           
 

Uses of DecoderException in org.apache.directory.shared.asn1.primitives
 

Methods in org.apache.directory.shared.asn1.primitives that throw DecoderException
 void OID.setOID(byte[] oid)
          Set the OID.
 void OID.setOID(java.lang.String oid)
          Set the OID.
 

Constructors in org.apache.directory.shared.asn1.primitives that throw DecoderException
OID(byte[] oid)
          Create a new OID object from a byte array
OID(java.lang.String oid)
          Create a new OID object from a String
 

Uses of DecoderException in org.apache.directory.shared.dsmlv2
 

Methods in org.apache.directory.shared.dsmlv2 that throw DecoderException
 void LdapMessageDecorator.addLength(int length)
           
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec
 

Subclasses of DecoderException in org.apache.directory.shared.ldap.codec
 class ResponseCarryingException
          Thrown when a Decoder has encountered a failure condition during a decode.
 

Methods in org.apache.directory.shared.ldap.codec that throw DecoderException
 void LdapDecoder.decode(java.lang.Object encoded)
          Decodes a PDU
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.actions
 

Methods in org.apache.directory.shared.ldap.codec.actions that throw DecoderException
 void InitAssertionValueFilterAction.action(IAsn1Container container)
          The initialization action
 void StoreAnyAction.action(IAsn1Container container)
          The initialization action
 void ControlValueAction.action(IAsn1Container container)
           
 void StoreMatchValueAction.action(IAsn1Container container)
          The initialization action
 void StoreReferenceAction.action(IAsn1Container container)
          The initialization action
 void InitApproxMatchFilterAction.action(IAsn1Container container)
           
 void InitOrFilterAction.action(IAsn1Container container)
          The initialization action
 void ResultCodeAction.action(IAsn1Container container)
          The initialization action
 void InitAttributeDescFilterAction.action(IAsn1Container container)
          The initialization action
 void ServerSASLCredsAction.action(IAsn1Container container)
          The initialization action
 void InitGreaterOrEqualFilterAction.action(IAsn1Container container)
          The initialization action
 void MatchedDNAction.action(IAsn1Container container)
          The initialization action
 void InitEqualityMatchFilterAction.action(IAsn1Container container)
          The initialization action
 void InitSubstringsFilterAction.action(IAsn1Container container)
          The initialization action
 void InitPresentFilterAction.action(IAsn1Container container)
           
 void AttributeDescAction.action(IAsn1Container container)
          The initialization action
 void InitAttributeDescListAction.action(IAsn1Container container)
          The initialization action
 void InitLessOrEqualFilterAction.action(IAsn1Container container)
          The initialization action
 void ResponseAction.action(IAsn1Container container)
          The initialization action
 void InitExtensibleMatchFilterAction.action(IAsn1Container container)
           
 void ErrorMessageAction.action(IAsn1Container container)
          The initialization action
 void ControlsInitAction.action(IAsn1Container container)
          The initialization action
 void InitAndFilterAction.action(IAsn1Container container)
          The initialization action
 void ResponseNameAction.action(IAsn1Container container)
          The initialization action
 void StoreTypeMatchingRuleAction.action(IAsn1Container container)
          The initialization action
 void InitReferralsAction.action(IAsn1Container container)
          The initialization action
 void StoreFinalAction.action(IAsn1Container container)
          The initialization action
 void InitNotFilterAction.action(IAsn1Container container)
          The initialization action
 void ReferralAction.action(IAsn1Container container)
          The initialization action
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.controls
 

Methods in org.apache.directory.shared.ldap.codec.controls that throw DecoderException
 Asn1Object ControlDecoder.decode(byte[] controlBytes, Control control)
          Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
 Asn1Object CascadeControlDecoder.decode(byte[] controlBytes, Control control)
           
 Asn1Object ManageDsaITControlDecoder.decode(byte[] controlBytes, Control control)
           
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue that throw DecoderException
 Asn1Object SyncDoneValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncDoneValueControl
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that throw DecoderException
 Asn1Object SyncInfoValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncInfoValue control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that throw DecoderException
 Asn1Object SyncRequestValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncRequestValue control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that throw DecoderException
 Asn1Object SyncStateValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncStateValue control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.extended.operations.cancel
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.cancel that throw DecoderException
 Asn1Object CancelDecoder.decode(byte[] stream)
          Decode a PDU which must contain a Cancel extended operation.
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration that throw DecoderException
 Asn1Object CertGenerationDecoder.decode(byte[] stream)
          Decode a PDU which must contain a CertGenRequest extended operation.
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect that throw DecoderException
 Asn1Object GracefulDisconnectDecoder.decode(byte[] stream)
          Decode a PDU which must contain a GracefulDisconnect extended operation.
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown that throw DecoderException
 Asn1Object GracefulShutdownDecoder.decode(byte[] stream)
          Decode a PDU which must contain a GracefulShutdown extended operation.
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.search
 

Methods in org.apache.directory.shared.ldap.codec.search that throw DecoderException
 void SearchRequestCodec.addCurrentFilter(Filter localFilter)
          Add a current filter.
 void ConnectorFilter.addFilter(Filter filter)
          Add a new Filter to the list.
 void NotFilter.addFilter(Filter filter)
          Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).
 void NotFilter.setNotFilter(Filter notFilter)
          Set the NotFilter
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.search.controls.entryChange
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that throw DecoderException
 Asn1Object EntryChangeControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the entry change control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch that throw DecoderException
 Asn1Object PagedResultsControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the paged search control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch that throw DecoderException
 Asn1Object PersistentSearchControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the persistence search control
 

Uses of DecoderException in org.apache.directory.shared.ldap.codec.search.controls.subentries
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.subentries that throw DecoderException
 Asn1Object SubentriesControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the sub entry control
 

Uses of DecoderException in org.apache.directory.shared.ldap.message.extended
 

Constructors in org.apache.directory.shared.ldap.message.extended that throw DecoderException
GracefulDisconnect(byte[] value)
           
 



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