|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BEREncoderCallback
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 |
---|
void tagEncoded(Tuple tlv)
tlv
- the TLV tuplevoid lengthEncoded(Tuple tlv)
tlv
- the TLV tuplevoid partialValueEncoded(Tuple tlv)
tlv
- the TLV tuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |