|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A specialized encoder callback that handles specific BER events.
Method Summary | |
void |
lengthEncoded(Tuple tlv)
Method used to receive notification that a length was encoded. |
void |
partialValueEncoded(Tuple tlv)
Method used to recieve notification that a part of the value was encoded. |
void |
tagEncoded(Tuple tlv)
Method used to receive notification that a tag was encoded. |
Methods inherited from interface org.apache.asn1.codec.stateful.EncoderCallback |
encodeOccurred |
Method Detail |
public void tagEncoded(Tuple tlv)
tlv
- the TLV tuplepublic void lengthEncoded(Tuple tlv)
tlv
- the TLV tuplepublic void partialValueEncoded(Tuple tlv)
tlv
- the TLV tuple
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |