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