Class NioUdtByteConnectorChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioByteChannel
io.netty.channel.udt.nio.NioUdtByteConnectorChannel
- All Implemented Interfaces:
Channel, ChannelOutboundInvoker, UdtChannel, AttributeMap, Comparable<Channel>
- Direct Known Subclasses:
NioUdtByteRendezvousChannel
@Deprecated
public class NioUdtByteConnectorChannel
extends AbstractNioByteChannel
implements UdtChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
Byte Channel Connector for UDT Streams.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractNioByteChannel
AbstractNioByteChannel.NioByteUnsafeNested 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 AbstractNioChannel
readInterestOp, readOps -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NioUdtByteConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT) Deprecated.NioUdtByteConnectorChannel(com.barchart.udt.TypeUDT type) Deprecated.NioUdtByteConnectorChannel(Channel parent, com.barchart.udt.nio.SocketChannelUDT channelUDT) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionconfig()Deprecated.Returns the configuration of this channel.protected voiddoBind(SocketAddress localAddress) Deprecated.Bind theChannelto theSocketAddressprotected voiddoClose()Deprecated.Close theChannelprotected booleandoConnect(SocketAddress remoteAddress, SocketAddress localAddress) Deprecated.Connect to the remote peerprotected voidDeprecated.Disconnect thisChannelfrom its remote peerprotected voidDeprecated.Finish the connectprotected intdoReadBytes(ByteBuf byteBuf) Deprecated.Read bytes into the givenByteBufand return the amount.protected intdoWriteBytes(ByteBuf byteBuf) protected longdoWriteFileRegion(FileRegion region) Deprecated.Write aFileRegionbooleanisActive()Deprecated.Returntrueif theChannelis active and so connected.protected com.barchart.udt.nio.SocketChannelUDTDeprecated.Deprecated.Returns the local address where this channel is bound to.protected SocketAddressDeprecated.Returns theSocketAddresswhich is bound locally.Deprecated.Returns the remote address where this channel is connected to.protected SocketAddressDeprecated.Return theSocketAddresswhich theChannelis connected to.protected ChannelFutureDeprecated.Shutdown the input side of the channel.Methods inherited from class AbstractNioByteChannel
clearOpWrite, doWrite, doWrite0, filterOutboundMessage, incompleteWrite, isInputShutdown0, metadata, newUnsafe, setOpWriteMethods inherited from class AbstractNioChannel
addAndSubmit, clearReadPending, doBeginRead, 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, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlushMethods inherited from interface Comparable
compareTo
-
Constructor Details
-
NioUdtByteConnectorChannel
public NioUdtByteConnectorChannel()Deprecated. -
NioUdtByteConnectorChannel
Deprecated. -
NioUdtByteConnectorChannel
public NioUdtByteConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT) Deprecated. -
NioUdtByteConnectorChannel
public NioUdtByteConnectorChannel(com.barchart.udt.TypeUDT type) Deprecated.
-
-
Method Details
-
config
Deprecated.Description copied from interface:ChannelReturns the configuration of this channel.- Specified by:
configin interfaceChannel- Specified by:
configin interfaceUdtChannel
-
doBind
Deprecated.Description copied from class:AbstractChannelBind theChannelto theSocketAddress- Specified by:
doBindin classAbstractChannel- Throws:
Exception
-
doClose
Deprecated.Description copied from class:AbstractChannelClose theChannel- Overrides:
doClosein classAbstractNioChannel- Throws:
Exception
-
doConnect
protected boolean doConnect(SocketAddress remoteAddress, SocketAddress localAddress) throws Exception Deprecated.Description copied from class:AbstractNioChannelConnect to the remote peer- Specified by:
doConnectin classAbstractNioChannel- Throws:
Exception
-
doDisconnect
Deprecated.Description copied from class:AbstractChannelDisconnect thisChannelfrom its remote peer- Specified by:
doDisconnectin classAbstractChannel- Throws:
Exception
-
doFinishConnect
Deprecated.Description copied from class:AbstractNioChannelFinish the connect- Specified by:
doFinishConnectin classAbstractNioChannel- Throws:
Exception
-
doReadBytes
Deprecated.Description copied from class:AbstractNioByteChannelRead bytes into the givenByteBufand return the amount.- Specified by:
doReadBytesin classAbstractNioByteChannel- Throws:
Exception
-
doWriteBytes
Deprecated.Description copied from class:AbstractNioByteChannel- Specified by:
doWriteBytesin classAbstractNioByteChannel- Parameters:
byteBuf- theByteBuffrom which the bytes should be written- Returns:
- amount the amount of written bytes
- Throws:
Exception
-
shutdownInput
Deprecated.Description copied from class:AbstractNioByteChannelShutdown the input side of the channel.- Specified by:
shutdownInputin classAbstractNioByteChannel
-
doWriteFileRegion
Deprecated.Description copied from class:AbstractNioByteChannelWrite aFileRegion- Specified by:
doWriteFileRegionin classAbstractNioByteChannel- Parameters:
region- theFileRegionfrom which the bytes should be written- Returns:
- amount the amount of written bytes
- Throws:
Exception
-
isActive
-
javaChannel
protected com.barchart.udt.nio.SocketChannelUDT javaChannel()Deprecated.- Overrides:
javaChannelin classAbstractNioChannel
-
localAddress0
Deprecated.Description copied from class:AbstractChannelReturns theSocketAddresswhich is bound locally.- Specified by:
localAddress0in classAbstractChannel
-
remoteAddress0
Deprecated.Description copied from class:AbstractChannelReturn theSocketAddresswhich theChannelis connected to.- Specified by:
remoteAddress0in classAbstractChannel
-
localAddress
Deprecated.Description copied from interface:ChannelReturns the local address where this channel is bound to. The returnedSocketAddressis supposed to be down-cast into more concrete type such asInetSocketAddressto retrieve the detailed information.- Specified by:
localAddressin interfaceChannel- Specified by:
localAddressin interfaceUdtChannel- Overrides:
localAddressin classAbstractChannel- Returns:
- the local address of this channel.
nullif this channel is not bound.
-
remoteAddress
Deprecated.Description copied from interface:ChannelReturns the remote address where this channel is connected to. The returnedSocketAddressis supposed to be down-cast into more concrete type such asInetSocketAddressto retrieve the detailed information.- Specified by:
remoteAddressin interfaceChannel- Specified by:
remoteAddressin interfaceUdtChannel- Overrides:
remoteAddressin classAbstractChannel- Returns:
- the remote address of this channel.
nullif this channel is not connected. If this channel is not connected but it can receive messages from arbitrary remote addresses (e.g.DatagramChannel, useDefaultAddressedEnvelope.recipient()to determine the origination of the received message as this method will returnnull.
-