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.ldap.codec   
org.apache.directory.shared.ldap.codec.actions   
org.apache.directory.shared.ldap.codec.extended.operations   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.codec.search.controls   
 

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

Methods in org.apache.directory.shared.asn1 that throw DecoderException
 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(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.common.IoSession session, org.apache.mina.common.ByteBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 Object Decoder.decode(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.
 Object BinaryCodec.decode(Object ascii)
          Decodes a byte array where each byte represents an ascii '0' or '1'.
 Object Hex.decode(Object object)
          Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
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(Object encoded)
          Decodes a peice of encoded data.
 void DecoderStack.decode(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(Object chunk)
           
 

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

Methods in org.apache.directory.shared.asn1.primitives that throw DecoderException
 boolean BitString.getBit(int pos)
          Get the bit stored into the BitString at a specific position? The position start at 0, which is on the left : With '1001 000x', where x is an unused bit, ^ ^ ^^ | | || | | |+---- getBit(7) -> DecoderException | | +----- getBit(6) = 0 | +---------- getBit(2) = 0 +------------ getBit(0) = 1
 void OID.setOID(byte[] oid)
          Set the OID.
 void OID.setOID(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(String oid)
          Create a new OID object from a String
 

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
 Asn1Object ControlDecoder.decode(byte[] controlBytes)
          Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
 Asn1Object ManageDsaITControlDecoder.decode(byte[] controlBytes)
           
 void TwixDecoder.decode(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 ResponseNameAction.action(IAsn1Container container)
          The initialization action
 void InitAttributeDescFilterAction.action(IAsn1Container container)
          The initialization action
 void StoreTypeMatchingRuleAction.action(IAsn1Container container)
          The initialization action
 void ServerSASLCredsAction.action(IAsn1Container container)
          The initialization action
 void InitAttributeDescListAction.action(IAsn1Container container)
          The initialization action
 void InitPresentFilterAction.action(IAsn1Container container)
           
 void ControlValueAction.action(IAsn1Container container)
           
 void MatchedDNAction.action(IAsn1Container container)
          The initialization action
 void InitAssertionValueFilterAction.action(IAsn1Container container)
          The initialization action
 void InitExtensibleMatchFilterAction.action(IAsn1Container container)
           
 void StoreFinalAction.action(IAsn1Container container)
          The initialization action
 void AttributeDescAction.action(IAsn1Container container)
          The initialization action
 void ResultCodeAction.action(IAsn1Container container)
          The initialization action
 void InitAndFilterAction.action(IAsn1Container container)
          The initialization action
 void InitLessOrEqualFilterAction.action(IAsn1Container container)
          The initialization action
 void InitApproxMatchFilterAction.action(IAsn1Container container)
           
 void StoreAnyAction.action(IAsn1Container container)
          The initialization action
 void ErrorMessageAction.action(IAsn1Container container)
          The initialization action
 void StoreReferenceAction.action(IAsn1Container container)
          The initialization action
 void InitGreaterOrEqualFilterAction.action(IAsn1Container container)
          The initialization action
 void InitReferralsAction.action(IAsn1Container container)
          The initialization action
 void InitOrFilterAction.action(IAsn1Container container)
          The initialization action
 void ControlsInitAction.action(IAsn1Container container)
          The initialization action
 void ReferralAction.action(IAsn1Container container)
          The initialization action
 void InitNotFilterAction.action(IAsn1Container container)
          The initialization action
 void InitSubstringsFilterAction.action(IAsn1Container container)
          The initialization action
 void StoreMatchValueAction.action(IAsn1Container container)
          The initialization action
 void ResponseAction.action(IAsn1Container container)
          The initialization action
 void InitEqualityMatchFilterAction.action(IAsn1Container container)
          The initialization action
 

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

Methods in org.apache.directory.shared.ldap.codec.extended.operations that throw DecoderException
 Asn1Object GracefulDisconnectDecoder.decode(byte[] stream)
          Decode a PDU which must contain a GracefulDisconnect extended operation.
 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 SearchRequest.addCurrentFilter(Filter filter)
          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 SearchRequest.setCurrentFilter(Filter filter)
          Set the current dilter
 void NotFilter.setNotFilter(Filter notFilter)
          Set the NotFilter
 void SearchRequest.unstackFilters(IAsn1Container container)
          This method is used to clear the filter's stack for terminated elements.
 

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

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



Copyright © 2004-2012. All Rights Reserved.