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:
Channel, ChannelOutboundInvoker, ServerChannel, UdtChannel, UdtServerChannel, AttributeMap, Comparable<Channel>
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 AbstractNioChannel
AbstractNioChannel.AbstractNioUnsafe, AbstractNioChannel.NioUnsafeNested classes/interfaces inherited from class AbstractChannel
AbstractChannel.AbstractUnsafeNested classes/interfaces inherited from interface Channel
Channel.Unsafe -
Field Summary
Fields inherited from class NioUdtAcceptorChannel
loggerFields inherited from class AbstractNioChannel
readInterestOp, readOps -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UdtChannelnewConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT) Deprecated.Methods inherited from class NioUdtAcceptorChannel
config, doBind, doClose, doConnect, doDisconnect, doFinishConnect, doReadMessages, doWriteMessage, filterOutboundMessage, isActive, javaChannel, localAddress, localAddress0, metadata, remoteAddress, remoteAddress0Methods inherited from class AbstractNioMessageChannel
closeOnReadError, continueOnWriteError, continueReading, doBeginRead, doWrite, newUnsafeMethods inherited from class AbstractNioChannel
addAndSubmit, clearReadPending, doDeregister, doRegister, isCompatible, isOpen, isReadPending, newDirectBuffer, newDirectBuffer, registration, removeAndSubmit, selectionKey, setReadPending, unsafeMethods inherited from class AbstractChannel
closeFuture, compareTo, doRegister, doShutdownOutput, equals, eventLoop, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, maxMessagesPerWrite, newChannelPipeline, newId, parent, pipeline, toString, validateFileRegion, voidPromiseMethods inherited from class DefaultAttributeMap
attr, hasAttrMethods inherited from interface AttributeMap
attr, hasAttrMethods inherited from interface 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, writeAndFlushMethods inherited from interface Comparable
compareTo
-
Constructor Details
-
NioUdtByteAcceptorChannel
public NioUdtByteAcceptorChannel()Deprecated.
-
-
Method Details
-
newConnectorChannel
Deprecated.- Specified by:
newConnectorChannelin classNioUdtAcceptorChannel
-