public class IndexPageDecoder extends Object implements IDecoder<byte[],byte[]>, IBaseDecoder<byte[],byte[]>
| Constructor and Description |
|---|
IndexPageDecoder(String host) |
| Modifier and Type | Method and Description |
|---|---|
int |
available(ISession session,
byte[] buffer,
int off,
int len) |
int |
available(ISession session,
ByteBuffer buffer,
boolean flipped) |
void |
decode(ISession session,
byte[] data,
List<byte[]> out) |
Class<byte[]> |
getInboundType() |
Class<byte[]> |
getOutboundType() |
public IndexPageDecoder(String host)
public Class<byte[]> getInboundType()
getInboundType in interface ICodec<byte[],byte[]>public Class<byte[]> getOutboundType()
getOutboundType in interface ICodec<byte[],byte[]>public int available(ISession session, ByteBuffer buffer, boolean flipped)
available in interface IBaseDecoder<byte[],byte[]>public int available(ISession session, byte[] buffer, int off, int len)
available in interface IBaseDecoder<byte[],byte[]>Copyright © 2017–2024 SNF4J.ORG. All rights reserved.