| Package | Description |
|---|---|
| org.apache.directory.api.ldap.codec.controls.sort | |
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Class and Description |
|---|---|
class |
SortRequestDecorator
Decorator of SortRequestControl.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<SortRequest> |
SortRequestFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SortRequest> |
SortRequestFactory.newCodecControl(SortRequest control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortRequestContainer.decorate(SortRequest control) |
CodecControl<SortRequest> |
SortRequestFactory.newCodecControl(SortRequest control)
Decorates an existing control.
|
| Constructor and Description |
|---|
SortRequestContainer(LdapApiService codec,
SortRequest control)
Creates a new instance of SortRequestContainer.
|
SortRequestDecorator(LdapApiService codec,
SortRequest control)
Creates a new instance of SortRequestDecorator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortRequestControlImpl
Implementation of SortRequestControl.
|
Copyright © 2021. All rights reserved.