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 TwixProvider.getDecoder(BinaryAttributeDetector binaryAttributeDetector)
          Gets the decoder associated with this provider.
 

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

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.
 

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)
          Gets the decoder associated with this provider.
 



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