|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.message.spi.Provider
org.apache.directory.shared.ldap.codec.TwixProvider
public class TwixProvider
The Twix specific BER provider for LDAP.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.message.spi.Provider |
|---|
BERLIB_PROPFILE, BERLIB_PROVIDER, DEFAULT_PROVIDER, PROVIDER_MONITOR_KEY, USING_DEFAULTS_MSG |
| Method Summary | |
|---|---|
ProviderDecoder |
getDecoder(BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
Gets the decoder associated with this provider. |
ProviderEncoder |
getEncoder()
Gets the encoder associated with this provider. |
static Provider |
getProvider()
Gets a handle on the singleton TwixProvider. |
| Methods inherited from class org.apache.directory.shared.ldap.message.spi.Provider |
|---|
getEnvironment, getName, getProvider, getVendor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Provider getProvider()
public ProviderEncoder getEncoder()
throws ProviderException
getEncoder in class ProviderProviderException - if the provider or its encoder cannot be found
public ProviderDecoder getDecoder(BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
throws ProviderException
getDecoder in class ProviderbinaryAttributeDetector - detects whether or not attributes are binarymaxPDUSize - the maximum size a PDU can be
ProviderException - if the provider or its decoder cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||