public class Encoder extends Object implements IEncoder<String,ByteBuffer>
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ISession session,
String data,
List<ByteBuffer> out) |
Class<String> |
getInboundType() |
Class<ByteBuffer> |
getOutboundType() |
public void encode(ISession session, String data, List<ByteBuffer> out) throws Exception
encode in interface IEncoder<String,ByteBuffer>Exceptionpublic Class<String> getInboundType()
getInboundType in interface ICodec<String,ByteBuffer>public Class<ByteBuffer> getOutboundType()
getOutboundType in interface ICodec<String,ByteBuffer>Copyright © 2017–2024 SNF4J.ORG. All rights reserved.