public class SortResponseContainer extends AbstractContainer
| Constructor and Description |
|---|
SortResponseContainer(LdapApiService codec)
Creates a new instance of SortResponseContainer.
|
SortResponseContainer(LdapApiService codec,
SortResponse control)
Creates a new instance of SortResponseContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
void |
decorate(SortResponse control) |
SortResponseDecorator |
getControl() |
void |
setControl(SortResponseDecorator control) |
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 SortResponseContainer(LdapApiService codec)
codec - the LDAP codecpublic SortResponseContainer(LdapApiService codec, SortResponse control)
codec - the LDAP codeccontrol - the sort response controlpublic void decorate(SortResponse control)
public SortResponseDecorator getControl()
public void setControl(SortResponseDecorator control)
control - the control to setpublic void clean()
clean in class AbstractContainerCopyright © 2021. All rights reserved.