public abstract class DerDecodingState extends DecodingStateMachine
allocator, childProducts| Constructor and Description |
|---|
DerDecodingState(org.kaazing.mina.core.buffer.IoBufferAllocatorEx<?> allocator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy() |
protected abstract org.apache.mina.filter.codec.statemachine.DecodingState |
finishDecode(DerId id,
org.apache.mina.core.buffer.IoBuffer buf,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
Invoked when data is available for this state machine.
|
protected org.apache.mina.filter.codec.statemachine.DecodingState |
finishDecode(List<Object> childProducts,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
protected org.apache.mina.filter.codec.statemachine.DecodingState |
init() |
decode, finishDecodepublic DerDecodingState(org.kaazing.mina.core.buffer.IoBufferAllocatorEx<?> allocator)
protected org.apache.mina.filter.codec.statemachine.DecodingState init()
throws Exception
init in class DecodingStateMachineExceptionprotected void destroy()
throws Exception
destroy in class DecodingStateMachineExceptionprotected org.apache.mina.filter.codec.statemachine.DecodingState finishDecode(List<Object> childProducts, org.apache.mina.filter.codec.ProtocolDecoderOutput out) throws Exception
finishDecode in class DecodingStateMachineExceptionprotected abstract org.apache.mina.filter.codec.statemachine.DecodingState finishDecode(DerId id, org.apache.mina.core.buffer.IoBuffer buf, org.apache.mina.filter.codec.ProtocolDecoderOutput out) throws Exception
id - the DER identifierbuf - the contents of the DER-encoded messageout - used to write decoded objectsExceptionCopyright © 2014–2016. All rights reserved.