Package org.drasyl.pipeline.codec
Class DefaultCodec
java.lang.Object
org.drasyl.pipeline.HandlerAdapter
org.drasyl.pipeline.AddressHandlerAdapter<A>
org.drasyl.pipeline.SimpleInboundHandler<I,E,A>
org.drasyl.pipeline.SimpleDuplexHandler<E,Event,D,A>
org.drasyl.pipeline.codec.Codec<ObjectHolder,Object,CompressedPublicKey>
org.drasyl.pipeline.codec.DefaultCodec
- All Implemented Interfaces:
Handler
This default codec allows to encode/decode all supported objects by Jackson.
-
Field Summary
Fields -
Method Summary
Methods inherited from class org.drasyl.pipeline.codec.Codec
matchedEventTriggered, matchedRead, matchedWrite
Methods inherited from class org.drasyl.pipeline.SimpleDuplexHandler
acceptOutbound, write
Methods inherited from class org.drasyl.pipeline.SimpleInboundHandler
acceptEvent, acceptInbound, eventTriggered, read
Methods inherited from class org.drasyl.pipeline.AddressHandlerAdapter
acceptAddress
Methods inherited from class org.drasyl.pipeline.HandlerAdapter
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
INSTANCE
-
DEFAULT_CODEC
- See Also:
-