Uses of Class
org.apache.directory.api.asn1.EncoderException
-
Packages that use EncoderException Package Description org.apache.directory.api.asn1 Provides the fundamental stateful codec interfaces.org.apache.directory.api.asn1.ber.tlv org.apache.directory.api.dsmlv2.request org.apache.directory.api.ldap.codec org.apache.directory.api.ldap.codec.api org.apache.directory.api.ldap.codec.osgi org.apache.directory.api.ldap.codec.search org.apache.directory.api.ldap.util -
-
Uses of EncoderException in org.apache.directory.api.asn1
Methods in org.apache.directory.api.asn1 that throw EncoderException Modifier and Type Method Description ByteBufferAsn1Object. encode(ByteBuffer buffer)Encode the object to a PDU.ObjectEncoder. encode(Object object)Encodes an "Object" and returns the encoded content as an Object. -
Uses of EncoderException in org.apache.directory.api.asn1.ber.tlv
Methods in org.apache.directory.api.asn1.ber.tlv that throw EncoderException Modifier and Type Method Description static voidBerValue. encode(ByteBuffer buffer, boolean bool)Encode a boolean valuestatic voidBerValue. encode(ByteBuffer buffer, byte[] bytes)Encode an OctetString valuestatic voidBerValue. encode(ByteBuffer buffer, byte tag, int value)Encode an integer valuestatic voidBerValue. encode(ByteBuffer buffer, int value)Encode an integer valuestatic voidBerValue. encode(ByteBuffer buffer, long value)Encode a long valuestatic voidBerValue. encode(ByteBuffer buffer, String string)Encode a String valuestatic voidBerValue. encode(ByteBuffer buffer, BitString bitString)Encode a BIT STRING valuestatic voidBerValue. encode(ByteBuffer buffer, Oid oid)Encode an OID valuestatic voidBerValue. encodeEnumerated(ByteBuffer buffer, int value)Encode an enumerated value -
Uses of EncoderException in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that throw EncoderException Modifier and Type Method Description ByteBufferAbstractRequestDsml. encode(ByteBuffer buffer)Encode the request.ByteBufferAbstractResultResponseRequestDsml. encode(ByteBuffer buffer)Encode the request. -
Uses of EncoderException in org.apache.directory.api.ldap.codec
Methods in org.apache.directory.api.ldap.codec that throw EncoderException Modifier and Type Method Description ByteBufferBasicControlDecorator. encode(ByteBuffer buffer)Encode the object to a PDU. -
Uses of EncoderException in org.apache.directory.api.ldap.codec.api
Subclasses of EncoderException in org.apache.directory.api.ldap.codec.api Modifier and Type Class Description classMessageEncoderExceptionCreate an exception containing the messageIdMethods in org.apache.directory.api.ldap.codec.api that throw EncoderException Modifier and Type Method Description static ByteBufferLdapEncoder. encodeMessage(Asn1Buffer buffer, LdapApiService codec, Message message)Generate the PDU which contains the encoded object.ExtendedRequestLdapApiService. toJndi(ExtendedRequest modelRequest)Creates a JNDIExtendedRequestfrom the modelExtendedRequest.ExtendedResponseLdapApiService. toJndi(ExtendedResponse modelResponse)Creates a JNDIExtendedResponsefrom the modelExtendedResponse.ControlLdapApiService. toJndiControl(Control modelControl)Creates a JNDI control from the ldap model's control. -
Uses of EncoderException in org.apache.directory.api.ldap.codec.osgi
Methods in org.apache.directory.api.ldap.codec.osgi that throw EncoderException Modifier and Type Method Description ExtendedRequestDefaultLdapCodecService. toJndi(ExtendedRequest modelRequest)Creates a JNDIExtendedRequestfrom the modelExtendedRequest.ExtendedResponseDefaultLdapCodecService. toJndi(ExtendedResponse modelResponse)Creates a JNDIExtendedResponsefrom the modelExtendedResponse.ControlDefaultLdapCodecService. toJndiControl(Control control)Creates a JNDI control from the ldap model's control. -
Uses of EncoderException in org.apache.directory.api.ldap.codec.search
Methods in org.apache.directory.api.ldap.codec.search that throw EncoderException Modifier and Type Method Description ByteBufferAndFilter. encode(ByteBuffer buffer)Encode the AndFilter message to a PDU.ByteBufferAttributeValueAssertionFilter. encode(ByteBuffer buffer)Encode the AttributeValueAssertion Filters to a PDU.ByteBufferConnectorFilter. encode(ByteBuffer buffer)Encode the ConnectorFilter message to a PDU.ByteBufferExtensibleMatchFilter. encode(ByteBuffer buffer)Encode the ExtensibleMatch Filters to a PDU.abstract ByteBufferFilter. encode(ByteBuffer buffer)Encode the Filter message to a PDU.ByteBufferNotFilter. encode(ByteBuffer buffer)Encode the NotFilter message to a PDU.ByteBufferOrFilter. encode(ByteBuffer buffer)Encode the OrFilter message to a PDU.ByteBufferPresentFilter. encode(ByteBuffer buffer)Encode the PresentFilter message to a PDU.ByteBufferSubstringFilter. encode(ByteBuffer buffer)Encode the Substrings Filter to a PDU. -
Uses of EncoderException in org.apache.directory.api.ldap.util
Methods in org.apache.directory.api.ldap.util that throw EncoderException Modifier and Type Method Description static ControlJndiUtils. toJndiControl(LdapApiService codec, Control control)Deprecated.We don't use JNDI anymorestatic Control[]JndiUtils. toJndiControls(LdapApiService codec, Control... controls)Deprecated.We don't use JNDI anymore
-