Uses of Interface
org.apache.directory.shared.ldap.message.spi.BinaryAttributeDetector

Packages that use BinaryAttributeDetector
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.spi   
 

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

Methods in org.apache.directory.shared.ldap.codec with parameters of type BinaryAttributeDetector
 ProviderDecoder LdapProvider.getDecoder(BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Gets the decoder associated with this provider.
 

Constructors in org.apache.directory.shared.ldap.codec with parameters of type BinaryAttributeDetector
LdapDecoder(Provider provider, BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Creates an instance of a Ldap Decoder implementation.
LdapMessageContainer(BinaryAttributeDetector binaryAttributeDetector)
          Creates a new LdapMessageContainer object.
 

Uses of BinaryAttributeDetector in org.apache.directory.shared.ldap.message
 

Constructors in org.apache.directory.shared.ldap.message with parameters of type BinaryAttributeDetector
MessageDecoder(BinaryAttributeDetector binaryAttributeDetector)
          Creates a MessageDecoder using default properties for enabling a BER library provider.
MessageDecoder(BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Creates a MessageDecoder using default properties for enabling a BER library provider.
 

Uses of BinaryAttributeDetector in org.apache.directory.shared.ldap.message.spi
 

Methods in org.apache.directory.shared.ldap.message.spi with parameters of type BinaryAttributeDetector
abstract  ProviderDecoder Provider.getDecoder(BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Gets the decoder associated with this provider.
 



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