@Deprecated public abstract class AbstractOioChannel extends AbstractChannel
Channel implementations that use Old-Blocking-IOAbstractChannel.AbstractUnsafeChannel.Unsafe| Modifier and Type | Field and Description |
|---|---|
protected static int |
SO_TIMEOUT
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOioChannel(Channel parent)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearReadPending()
Deprecated.
Set read pending to
false. |
protected void |
doBeginRead()
Deprecated.
Schedule a read operation.
|
protected abstract void |
doConnect(SocketAddress remoteAddress,
SocketAddress localAddress)
Deprecated.
Connect to the remote peer using the given localAddress if one is specified or
null otherwise. |
protected abstract void |
doRead()
Deprecated.
|
protected boolean |
isCompatible(EventLoop loop)
Deprecated.
Return
true if the given EventLoop is compatible with this instance. |
protected boolean |
isReadPending()
Deprecated.
No longer supported.
No longer supported.
|
protected AbstractChannel.AbstractUnsafe |
newUnsafe()
Deprecated.
Create a new
AbstractChannel.AbstractUnsafe instance which will be used for the life-time of the Channel |
protected void |
setReadPending(boolean readPending)
Deprecated.
Use
clearReadPending() if appropriate instead.
No longer supported. |
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doBind, doClose, doDeregister, doDisconnect, doRegister, doShutdownOutput, doWrite, equals, eventLoop, filterOutboundMessage, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, localAddress, localAddress0, maxMessagesPerWrite, newChannelPipeline, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, remoteAddress0, toString, unsafe, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlushattr, hasAttrclone, finalize, getClass, notify, notifyAll, wait, wait, waitattr, hasAttrprotected static final int SO_TIMEOUT
protected AbstractOioChannel(Channel parent)
AbstractChannel(Channel)protected AbstractChannel.AbstractUnsafe newUnsafe()
AbstractChannelAbstractChannel.AbstractUnsafe instance which will be used for the life-time of the ChannelnewUnsafe in class AbstractChannelprotected boolean isCompatible(EventLoop loop)
AbstractChanneltrue if the given EventLoop is compatible with this instance.isCompatible in class AbstractChannelprotected abstract void doConnect(SocketAddress remoteAddress, SocketAddress localAddress) throws Exception
null otherwise.Exceptionprotected void doBeginRead()
throws Exception
AbstractChanneldoBeginRead in class AbstractChannelExceptionprotected abstract void doRead()
@Deprecated protected boolean isReadPending()
@Deprecated protected void setReadPending(boolean readPending)
clearReadPending() if appropriate instead.
No longer supported.protected final void clearReadPending()
false.Copyright © 2008–2025 The Netty Project. All rights reserved.