Package | Description |
---|---|
com.ibasco.agql.core.exceptions | |
com.ibasco.agql.protocols.valve.source.query.common.handlers |
Modifier and Type | Class and Description |
---|---|
class |
MalformedPacketException
MalformedPacketException class.
|
class |
PacketDecodeException
PacketDecodeException class.
|
Modifier and Type | Method and Description |
---|---|
protected <A,B> void |
SourceQueryDecoder.decodeField(String name,
io.netty.buffer.ByteBuf buf,
Function<io.netty.buffer.ByteBuf,A> reader,
Consumer<B> writer)
Decode as a field from the given
ByteBuf . |
protected <A,B> void |
SourceQueryDecoder.decodeField(String name,
io.netty.buffer.ByteBuf buf,
Function<io.netty.buffer.ByteBuf,A> reader,
Consumer<B> writer,
Function<A,B> transformer)
Decode as a field from the given
ByteBuf . |
protected <A,B> void |
SourceQueryDecoder.decodeField(String name,
io.netty.buffer.ByteBuf buf,
Supplier<A> reader,
Consumer<B> writer)
Decode as a field from the given
ByteBuf . |
protected <A,B> void |
SourceQueryDecoder.decodeField(String name,
io.netty.buffer.ByteBuf buf,
Supplier<A> reader,
Consumer<B> writer,
Function<A,B> transformer)
Decode as a field from the given
ByteBuf . |
protected <V> V |
SourceQueryDecoder.decodeField(String name,
V defaultValue,
io.netty.buffer.ByteBuf buf,
Function<io.netty.buffer.ByteBuf,V> decoder)
Decode as a field from the given
ByteBuf . |
protected <A,B> void |
SourceQueryDecoder.decodeFlag(String name,
io.netty.buffer.ByteBuf buf,
int flags,
int flag,
Function<io.netty.buffer.ByteBuf,A> reader,
Consumer<B> writer)
Decodes a flag from the provided int value.
|
protected <A,B> void |
SourceQueryDecoder.decodeFlag(String name,
io.netty.buffer.ByteBuf buf,
int flags,
int flag,
Function<io.netty.buffer.ByteBuf,A> reader,
Consumer<B> writer,
Function<A,B> transformer)
Decodes a flag from the provided int value.
|
protected <A,B> void |
SourceQueryDecoder.decodeFlag(String name,
io.netty.buffer.ByteBuf buf,
int flags,
int flag,
Supplier<A> reader,
Consumer<B> writer)
Decodes a flag from the provided int value.
|
protected <A,B> void |
SourceQueryDecoder.decodeFlag(String name,
io.netty.buffer.ByteBuf buf,
int flags,
int flag,
Supplier<A> reader,
Consumer<B> writer,
Function<A,B> transformer)
Decodes a flag from the provided int value.
|
Copyright © 2016–2024. All rights reserved.