Modifier and Type | Method and Description |
---|---|
void |
AbstractAsn1Object.addLength(int length)
Add a length to the object
|
void |
Asn1Object.addLength(int length)
Add a length to the object
|
Modifier and Type | Method and Description |
---|---|
void |
Asn1Decoder.decode(ByteBuffer stream,
IAsn1Container container)
The decoder main function.
|
void |
Asn1Decoder.setMaxLengthLength(int maxLengthLength)
Set the maximul length for a Length
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ITLVBerDecoderMBean.setMaxLengthLength(int length)
Set the number of bytes that can be used to encode the Value length,
including the first byte.
|
Modifier and Type | Method and Description |
---|---|
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) |
Object |
Decoder.decode(Object pObject)
Decodes an "encoded" Object and returns a "decoded" Object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Hex.decode(byte[] array)
Converts an array of character bytes representing hexidecimal values into
an array of bytes of those same values.
|
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.
|
Object |
BinaryCodec.decode(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.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoderStack.decode(Object encoded)
Decodes an encoded object by calling decode on the decoder at the bottom
of the stack.
|
void |
StatefulDecoder.decode(Object encoded)
Decodes a piece of encoded data.
|
Modifier and Type | Method and Description |
---|---|
void |
HexDecoder.decode(Object chunk) |
Modifier and Type | Method and Description |
---|---|
void |
OID.setOID(byte[] oid)
Set the OID.
|
void |
OID.setOID(String oid)
Set the OID.
|
Constructor and Description |
---|
OID(byte[] oid)
Create a new OID object from a byte array
|
OID(String oid)
Create a new OID object from a String
|
Modifier and Type | Method and Description |
---|---|
void |
LdapMessageDecorator.addLength(int length) |
Modifier and Type | Class and Description |
---|---|
class |
ResponseCarryingException
Thrown when a Decoder has encountered a failure condition during a decode.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapDecoder.decode(Object encoded)
Decodes a PDU
|
Modifier and Type | Method and Description |
---|---|
void |
StoreTypeMatchingRuleAction.action(IAsn1Container container)
The initialization action
|
void |
InitOrFilterAction.action(IAsn1Container container)
The initialization action
|
void |
ControlValueAction.action(IAsn1Container container) |
void |
InitGreaterOrEqualFilterAction.action(IAsn1Container container)
The initialization action
|
void |
StoreAnyAction.action(IAsn1Container container)
The initialization action
|
void |
StoreFinalAction.action(IAsn1Container container)
The initialization action
|
void |
AttributeDescAction.action(IAsn1Container container)
The initialization action
|
void |
ControlsInitAction.action(IAsn1Container container)
The initialization action
|
void |
StoreMatchValueAction.action(IAsn1Container container)
The initialization action
|
void |
ReferralAction.action(IAsn1Container container)
The initialization action
|
void |
ResponseAction.action(IAsn1Container container)
The initialization action
|
void |
InitPresentFilterAction.action(IAsn1Container container) |
void |
InitAttributeDescFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitSubstringsFilterAction.action(IAsn1Container container)
The initialization action
|
void |
StoreReferenceAction.action(IAsn1Container container)
The initialization action
|
void |
ErrorMessageAction.action(IAsn1Container container)
The initialization action
|
void |
InitApproxMatchFilterAction.action(IAsn1Container container) |
void |
InitNotFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitLessOrEqualFilterAction.action(IAsn1Container container)
The initialization action
|
void |
MatchedDNAction.action(IAsn1Container container)
The initialization action
|
void |
InitEqualityMatchFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitReferralsAction.action(IAsn1Container container)
The initialization action
|
void |
InitAndFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitAssertionValueFilterAction.action(IAsn1Container container)
The initialization action
|
void |
ResultCodeAction.action(IAsn1Container container)
The initialization action
|
void |
InitAttributeDescListAction.action(IAsn1Container container)
The initialization action
|
void |
ResponseNameAction.action(IAsn1Container container)
The initialization action
|
void |
ServerSASLCredsAction.action(IAsn1Container container)
The initialization action
|
void |
InitExtensibleMatchFilterAction.action(IAsn1Container container) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncDoneValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncDoneValueControl
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncInfoValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncInfoValue control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncRequestValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncRequestValue control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncStateValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncStateValue control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
CancelDecoder.decode(byte[] stream)
Decode a PDU which must contain a Cancel extended operation.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
CertGenerationDecoder.decode(byte[] stream)
Decode a PDU which must contain a CertGenRequest extended operation.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
GracefulDisconnectDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulDisconnect extended operation.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
GracefulShutdownDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulShutdown extended operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchRequestCodec.addCurrentFilter(Filter localFilter)
Add a current filter.
|
void |
NotFilter.addFilter(Filter filter)
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
|
void |
ConnectorFilter.addFilter(Filter filter)
Add a new Filter to the list.
|
void |
NotFilter.setNotFilter(Filter notFilter)
Set the NotFilter
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
EntryChangeControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the entry change control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PagedResultsControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the paged search control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PersistentSearchControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the persistence search control
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SubentriesControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the sub entry control
|
Constructor and Description |
---|
GracefulDisconnect(byte[] value) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.