@Deprecated public class RxtxChannel extends OioByteStreamChannel
AbstractChannel.AbstractUnsafe
Channel.Unsafe
SO_TIMEOUT
Constructor and Description |
---|
RxtxChannel()
已过时。
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig |
config()
已过时。
返回此频道的配置。
|
protected void |
doBind(java.net.SocketAddress localAddress)
已过时。
将 Channel 绑定到SocketAddress
|
protected void |
doClose()
已过时。
关闭 Channel
|
protected void |
doConnect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress)
已过时。
如果指定了localAddress,则使用给定的localAddress连接到远程对等,否则连接到
null 。
|
protected void |
doDisconnect()
已过时。
将此 Channel 从其远程对等方断开
|
protected void |
doInit()
已过时。
|
protected boolean |
isInputShutdown()
已过时。
确定此通道的输入端是否已关闭。
|
boolean |
isOpen()
已过时。
如果 Channel 已打开并且稍后可能会激活,则返回true
|
RxtxDeviceAddress |
localAddress()
已过时。
返回此通道绑定的本地地址。
|
protected RxtxDeviceAddress |
localAddress0()
已过时。
返回本地绑定的
SocketAddress 。
|
protected AbstractChannel.AbstractUnsafe |
newUnsafe()
已过时。
创建一个新的 AbstractChannel.AbstractUnsafe 实例,该实例将用于Channel 的生命周期
|
RxtxDeviceAddress |
remoteAddress()
已过时。
返回此通道连接到的远程地址。
|
protected RxtxDeviceAddress |
remoteAddress0()
已过时。
返回 SocketAddress 其中Channel 被连接到。
|
protected ChannelFuture |
shutdownInput()
已过时。
关闭此通道的输入端。
|
activate, available, doReadBytes, doWriteBytes, doWriteFileRegion, isActive
doRead, doWrite, filterOutboundMessage, metadata
clearReadPending, doBeginRead, isCompatible, isReadPending, setReadPending
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doDeregister, doRegister, doShutdownOutput, equals, eventLoop, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, newChannelPipeline, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, toString, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
attr, hasAttr
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
attr, hasAttr
public RxtxChannelConfig config()
Channel
复制的描述
protected AbstractChannel.AbstractUnsafe newUnsafe()
AbstractChannel
AbstractChannel.AbstractUnsafe
实例,该实例将用于Channel
的生命周期
newUnsafe
在课堂上
AbstractOioChannel
protected void doConnect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress) throws java.lang.Exception
AbstractOioChannel
null
。
doConnect
在课堂上
AbstractOioChannel
java.lang.Exception
protected void doInit() throws java.lang.Exception
java.lang.Exception
public RxtxDeviceAddress localAddress()
Channel
复制的描述
SocketAddress
应该被转换为更具体的类型,例如InetSocketAddress
以检索详细信息。
localAddress
在界面
Channel
localAddress
在课堂上
AbstractChannel
null
如果此通道未绑定。
public RxtxDeviceAddress remoteAddress()
Channel
SocketAddress
应该被下拉到更具体的类型,例如InetSocketAddress
以检索详细信息。
remoteAddress
在界面
Channel
remoteAddress
在课堂上
AbstractChannel
null
如果此通道未连接。
如果此通道未连接,但它可以接收来自任意远程地址的消息(例如DatagramChannel
,请使用DefaultAddressedEnvelope.recipient()
确定接收消息的来源,因为此方法将返回null
。
protected RxtxDeviceAddress localAddress0()
AbstractChannel
SocketAddress
。
localAddress0
在课堂上
AbstractChannel
protected RxtxDeviceAddress remoteAddress0()
AbstractChannel
SocketAddress
其中Channel
被连接到。
remoteAddress0
在课堂上
AbstractChannel
protected void doBind(java.net.SocketAddress localAddress) throws java.lang.Exception
AbstractChannel
Channel
绑定到SocketAddress
doBind
在课堂上
AbstractChannel
java.lang.Exception
protected void doDisconnect() throws java.lang.Exception
AbstractChannel
Channel
从其远程对等端断开
doDisconnect
在
AbstractChannel
java.lang.Exception
protected void doClose() throws java.lang.Exception
AbstractChannel
Channel
doClose
在课堂上
OioByteStreamChannel
java.lang.Exception
protected boolean isInputShutdown()
AbstractOioByteChannel
isInputShutdown
在
AbstractOioByteChannel
true
如果此通道的输入端已关闭。
protected ChannelFuture shutdownInput()
AbstractOioByteChannel
shutdownInput
在课堂上
AbstractOioByteChannel
Copyright © 2008–2018 The Netty Project. All rights reserved.