| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown | |
| org.apache.directory.api.ldap.extras.extended.gracefulShutdown |
| Modifier and Type | Class and Description |
|---|---|
class |
GracefulShutdownRequestDecorator
A Decorator for GracefulShutdownRequests.
|
| Modifier and Type | Method and Description |
|---|---|
GracefulShutdownRequest |
GracefulShutdownDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulShutdown extended operation.
|
GracefulShutdownRequest |
GracefulShutdownFactory.newRequest(byte[] value)
Returns a new
ExtendedRequestDecorator with the following encoded value. |
| Constructor and Description |
|---|
GracefulShutdownRequestDecorator(LdapApiService codec,
GracefulShutdownRequest decoratedMessage)
Creates a new instance of GracefulShutdownRequestDecorator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GracefulShutdownRequestImpl
An extended operation requesting the server to shutdown it's LDAP service
port while allowing established clients to complete or abandon operations
already in progress.
|
Copyright © 2021. All rights reserved.