Package io.netty.channel.udt.nio
Class NioUdtByteAcceptorChannel
- java.lang.Object
-
- io.netty.util.DefaultAttributeMap
-
- io.netty.channel.AbstractChannel
-
- io.netty.channel.nio.AbstractNioChannel
-
- io.netty.channel.nio.AbstractNioMessageChannel
-
- io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
- io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
-
- All Implemented Interfaces:
io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,io.netty.channel.ServerChannel,UdtChannel,UdtServerChannel,io.netty.util.AttributeMap,Comparable<io.netty.channel.Channel>
@Deprecated public class NioUdtByteAcceptorChannel extends NioUdtAcceptorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.Byte Channel Acceptor for UDT Streams.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe, io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
-
Field Summary
-
Fields inherited from class io.netty.channel.udt.nio.NioUdtAcceptorChannel
logger
-
-
Constructor Summary
Constructors Constructor Description NioUdtByteAcceptorChannel()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected UdtChannelnewConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)Deprecated.-
Methods inherited from class io.netty.channel.udt.nio.NioUdtAcceptorChannel
config, doBind, doClose, doConnect, doDisconnect, doFinishConnect, doReadMessages, doWriteMessage, filterOutboundMessage, isActive, javaChannel, localAddress, localAddress0, metadata, remoteAddress, remoteAddress0
-
Methods inherited from class io.netty.channel.nio.AbstractNioMessageChannel
closeOnReadError, continueOnWriteError, continueReading, doBeginRead, doWrite, newUnsafe
-
Methods inherited from class io.netty.channel.nio.AbstractNioChannel
addAndSubmit, clearReadPending, doDeregister, doRegister, isCompatible, isOpen, isReadPending, newDirectBuffer, newDirectBuffer, registration, removeAndSubmit, selectionKey, setReadPending, unsafe
-
Methods inherited from class io.netty.channel.AbstractChannel
closeFuture, compareTo, doRegister, doShutdownOutput, equals, eventLoop, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, maxMessagesPerWrite, newChannelPipeline, newId, parent, pipeline, toString, validateFileRegion, voidPromise
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.netty.channel.Channel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, getOption, id, isOpen, isRegistered, isWritable, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
newConnectorChannel
protected UdtChannel newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.- Specified by:
newConnectorChannelin classNioUdtAcceptorChannel
-
-