public class VirtualListViewResponseContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.codec.api.LdapApiService |
codec |
private VirtualListViewResponseDecorator |
control |
| Constructor and Description |
|---|
VirtualListViewResponseContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new VirtualListViewResponseContainer object.
|
VirtualListViewResponseContainer(VirtualListViewResponseDecorator control,
org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new VirtualListViewResponseContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
decorate(org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse control)
Decorate a VLV control
|
VirtualListViewResponseDecorator |
getDecorator() |
void |
setVirtualListViewResponseControl(VirtualListViewResponseDecorator control)
Set the VLV 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, updateParentprivate VirtualListViewResponseDecorator control
private org.apache.directory.api.ldap.codec.api.LdapApiService codec
public VirtualListViewResponseContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The LDAP Service to usepublic VirtualListViewResponseContainer(VirtualListViewResponseDecorator control, org.apache.directory.api.ldap.codec.api.LdapApiService codec)
control - The VLV control to decoratecodec - The LDAP Service to usepublic VirtualListViewResponseDecorator getDecorator()
public void decorate(org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse control)
control - The VLV control to decoratepublic void setVirtualListViewResponseControl(VirtualListViewResponseDecorator control)
control - The VLV controlpublic void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.