Interface ControlContainer
-
- All Superinterfaces:
Asn1Container
- All Known Implementing Classes:
AdDirSyncRequestContainer,AdDirSyncResponseContainer,AdPolicyHintsContainer,EntryChangeContainer,PagedResultsContainer,PasswordPolicyResponseContainer,PersistentSearchContainer,SortRequestContainer,SortResponseContainer,SubentriesContainer,SyncDoneValueContainer,SyncRequestValueContainer,SyncStateValueContainer,VirtualListViewRequestContainer,VirtualListViewResponseContainer
public interface ControlContainer extends Asn1Container
An interface for the Control containers- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetControl(Control control)Set a Control Object into the container.-
Methods inherited from interface org.apache.directory.api.asn1.ber.Asn1Container
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
-
-
-
-
Method Detail
-
setControl
void setControl(Control control)
Set a Control Object into the container. It will be completed by the ldapDecoder.- Parameters:
control- the Control to set.
-
-