Class CancelRequestContainer
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.AbstractContainer
-
- org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestContainer
-
- All Implemented Interfaces:
Asn1Container
public class CancelRequestContainer extends AbstractContainer
A container for the Cancel codec.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description CancelRequestContainer()Creates a new CancelContainer object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean the container for the next decoding.CancelRequestgetCancelRequest()voidsetCancelRequest(CancelRequest cancelRequest)Set a Cancel Object into the container.-
Methods inherited from class org.apache.directory.api.asn1.ber.AbstractContainer
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
-
getCancelRequest
public CancelRequest getCancelRequest()
- Returns:
- Returns the Cancel object.
-
setCancelRequest
public void setCancelRequest(CancelRequest cancelRequest)
Set a Cancel Object into the container. It will be completed by the ldapDecoder.- Parameters:
cancelRequest- the Cancel to set.
-
clean
public void clean()
Clean the container for the next decoding.- Overrides:
cleanin classAbstractContainer
-
-