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, matchedWriteMethods inherited from class org.drasyl.pipeline.SimpleDuplexHandler
acceptOutbound, writeMethods inherited from class org.drasyl.pipeline.SimpleInboundHandler
acceptEvent, acceptInbound, eventTriggered, readMethods inherited from class org.drasyl.pipeline.AddressHandlerAdapter
acceptAddressMethods inherited from class org.drasyl.pipeline.HandlerAdapter
exceptionCaught, handlerAdded, handlerRemoved 
- 
Field Details
- 
INSTANCE
 - 
DEFAULT_CODEC
- See Also:
 
 
 -