public class SortRequestContainer extends AbstractContainer
| Constructor and Description |
|---|
SortRequestContainer(LdapApiService codec)
Creates a new instance of SortRequestContainer.
|
SortRequestContainer(LdapApiService codec,
SortRequest control)
Creates a new instance of SortRequestContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
void |
decorate(SortRequest control) |
SortRequestDecorator |
getControl() |
SortKey |
getCurrentKey() |
void |
setControl(SortRequestDecorator control) |
void |
setCurrentKey(SortKey currentKey) |
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SortRequestContainer(LdapApiService codec)
codec - the LDAP codecpublic SortRequestContainer(LdapApiService codec, SortRequest control)
codec - the LDAP codeccontrol - the sort request controlpublic void decorate(SortRequest control)
public SortRequestDecorator getControl()
public void setControl(SortRequestDecorator control)
control - the control to setpublic void clean()
clean in class AbstractContainerpublic SortKey getCurrentKey()
public void setCurrentKey(SortKey currentKey)
currentKey - the currentKey to setCopyright © 2021. All rights reserved.