public class ApRepContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private ApRep |
apRep
An AP-REP container
|
| Constructor and Description |
|---|
ApRepContainer(java.nio.ByteBuffer stream)
Creates a new ApRepContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
ApRep |
getApRep() |
void |
setApRep(ApRep apRep)
Set an ApRep Object into the container.
|
clean, 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 ApRep apRep