public class BufferToBufferHolderCodec extends Object implements ICodec<ByteBuffer,IByteBufferHolder>
| Constructor and Description |
|---|
BufferToBufferHolderCodec() |
| Modifier and Type | Method and Description |
|---|---|
Class<ByteBuffer> |
getInboundType()
Returns the type of the accepted inbound objects.
|
Class<IByteBufferHolder> |
getOutboundType()
Returns the type of the produced outbound objects.
|
public Class<ByteBuffer> getInboundType()
ICodecgetInboundType in interface ICodec<ByteBuffer,IByteBufferHolder>public Class<IByteBufferHolder> getOutboundType()
ICodecgetOutboundType in interface ICodec<ByteBuffer,IByteBufferHolder>Copyright © 2017–2022 SNF4J.ORG. All rights reserved.