public class RakClientChannel extends ProxyChannel<io.netty.channel.socket.DatagramChannel> implements RakChannel
channel, pipeline| Constructor and Description |
|---|
RakClientChannel(io.netty.channel.socket.DatagramChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
RakChannelConfig |
config() |
io.netty.channel.ChannelPromise |
getConnectPromise() |
boolean |
isActive() |
io.netty.channel.ChannelMetadata |
metadata() |
io.netty.channel.ChannelPipeline |
rakPipeline() |
alloc, attr, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, correctPromise, deregister, deregister, disconnect, disconnect, eventLoop, flush, hasAttr, id, internalPipeline, isOpen, isRegistered, isWritable, localAddress, newChannelPipeline, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, onCloseTriggered, parent, pipeline, read, remoteAddress, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isOpen, isRegistered, isWritable, localAddress, parent, pipeline, read, remoteAddress, unsafebind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlushpublic RakClientChannel(io.netty.channel.socket.DatagramChannel channel)
public RakChannelConfig config()
config in interface io.netty.channel.Channelconfig in class ProxyChannel<io.netty.channel.socket.DatagramChannel>public io.netty.channel.ChannelPromise getConnectPromise()
public boolean isActive()
isActive in interface io.netty.channel.ChannelisActive in class ProxyChannel<io.netty.channel.socket.DatagramChannel>public io.netty.channel.ChannelPipeline rakPipeline()
rakPipeline in interface RakChannelpublic io.netty.channel.ChannelMetadata metadata()
metadata in interface io.netty.channel.Channelmetadata in class ProxyChannel<io.netty.channel.socket.DatagramChannel>