@Deprecated public abstract class NioUdtAcceptorChannel extends io.netty.channel.nio.AbstractNioMessageChannel implements UdtServerChannel
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe, io.netty.channel.nio.AbstractNioChannel.NioUnsafe| Modifier and Type | Field and Description |
|---|---|
protected static io.netty.util.internal.logging.InternalLogger |
logger
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NioUdtAcceptorChannel(com.barchart.udt.nio.ServerSocketChannelUDT channelUDT)
Deprecated.
|
protected |
NioUdtAcceptorChannel(com.barchart.udt.TypeUDT type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UdtServerChannelConfig |
config()
Deprecated.
Returns the
UdtChannelConfig of the channel. |
protected void |
doBind(SocketAddress localAddress)
Deprecated.
|
protected void |
doClose()
Deprecated.
|
protected boolean |
doConnect(SocketAddress remoteAddress,
SocketAddress localAddress)
Deprecated.
|
protected void |
doDisconnect()
Deprecated.
|
protected void |
doFinishConnect()
Deprecated.
|
protected int |
doReadMessages(List<Object> buf)
Deprecated.
|
protected boolean |
doWriteMessage(Object msg,
io.netty.channel.ChannelOutboundBuffer in)
Deprecated.
|
protected Object |
filterOutboundMessage(Object msg)
Deprecated.
|
boolean |
isActive()
Deprecated.
|
protected com.barchart.udt.nio.ServerSocketChannelUDT |
javaChannel()
Deprecated.
|
InetSocketAddress |
localAddress()
Deprecated.
|
protected SocketAddress |
localAddress0()
Deprecated.
|
io.netty.channel.ChannelMetadata |
metadata()
Deprecated.
|
protected abstract UdtChannel |
newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.
|
InetSocketAddress |
remoteAddress()
Deprecated.
|
protected SocketAddress |
remoteAddress0()
Deprecated.
|
closeOnReadError, continueOnWriteError, continueReading, doBeginRead, doWrite, newUnsafeclearReadPending, doDeregister, doRegister, eventLoop, isCompatible, isOpen, isReadPending, newDirectBuffer, newDirectBuffer, selectionKey, setReadPending, unsafealloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doShutdownOutput, equals, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, maxMessagesPerWrite, newChannelPipeline, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, toString, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlushclone, finalize, getClass, notify, notifyAll, wait, wait, waitalloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isOpen, isRegistered, isWritable, parent, pipeline, read, unsafebind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlushcompareToprotected static final io.netty.util.internal.logging.InternalLogger logger
protected NioUdtAcceptorChannel(com.barchart.udt.nio.ServerSocketChannelUDT channelUDT)
protected NioUdtAcceptorChannel(com.barchart.udt.TypeUDT type)
public UdtServerChannelConfig config()
UdtChannelUdtChannelConfig of the channel.config in interface io.netty.channel.Channelconfig in interface UdtChannelprotected void doBind(SocketAddress localAddress) throws Exception
doBind in class io.netty.channel.AbstractChannelExceptionprotected void doClose()
throws Exception
doClose in class io.netty.channel.nio.AbstractNioChannelExceptionprotected boolean doConnect(SocketAddress remoteAddress, SocketAddress localAddress) throws Exception
doConnect in class io.netty.channel.nio.AbstractNioChannelExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class io.netty.channel.AbstractChannelExceptionprotected void doFinishConnect()
throws Exception
doFinishConnect in class io.netty.channel.nio.AbstractNioChannelExceptionprotected boolean doWriteMessage(Object msg, io.netty.channel.ChannelOutboundBuffer in) throws Exception
doWriteMessage in class io.netty.channel.nio.AbstractNioMessageChannelExceptionprotected final Object filterOutboundMessage(Object msg) throws Exception
filterOutboundMessage in class io.netty.channel.AbstractChannelExceptionpublic boolean isActive()
isActive in interface io.netty.channel.Channelprotected com.barchart.udt.nio.ServerSocketChannelUDT javaChannel()
javaChannel in class io.netty.channel.nio.AbstractNioChannelprotected SocketAddress localAddress0()
localAddress0 in class io.netty.channel.AbstractChannelpublic InetSocketAddress localAddress()
localAddress in interface io.netty.channel.ChannellocalAddress in interface UdtChannellocalAddress in class io.netty.channel.AbstractChannelpublic InetSocketAddress remoteAddress()
remoteAddress in interface io.netty.channel.ChannelremoteAddress in interface UdtChannelremoteAddress in class io.netty.channel.AbstractChannelprotected SocketAddress remoteAddress0()
remoteAddress0 in class io.netty.channel.AbstractChannelpublic io.netty.channel.ChannelMetadata metadata()
metadata in interface io.netty.channel.Channelprotected int doReadMessages(List<Object> buf) throws Exception
doReadMessages in class io.netty.channel.nio.AbstractNioMessageChannelExceptionprotected abstract UdtChannel newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Copyright © 2008–2021 The Netty Project. All rights reserved.