protected static class JniChannelProvider.SocketPairChannel
extends io.netty.channel.socket.nio.NioSocketChannel
io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafeio.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe, io.netty.channel.nio.AbstractNioChannel.NioUnsafe| Constructor and Description |
|---|
SocketPairChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doConnect(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress) |
boolean |
isActive() |
java.net.InetSocketAddress |
localAddress() |
java.net.InetSocketAddress |
remoteAddress() |
config, doBind, doClose, doDisconnect, doFinishConnect, doReadBytes, doShutdownOutput, doWrite, doWriteBytes, doWriteFileRegion, isInputShutdown, isInputShutdown0, isOutputShutdown, isShutdown, javaChannel, localAddress0, newUnsafe, parent, remoteAddress0, shutdown, shutdown, shutdownInput, shutdownInput, shutdownOutput, shutdownOutputclearOpWrite, doWrite0, filterOutboundMessage, incompleteWrite, metadata, setOpWriteclearReadPending, doBeginRead, doDeregister, doRegister, eventLoop, isCompatible, isOpen, isReadPending, newDirectBuffer, newDirectBuffer, selectionKey, setReadPending, unsafealloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, equals, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, newChannelPipeline, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, pipeline, read, toString, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlushclone, finalize, getClass, notify, notifyAll, wait, wait, waitalloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isOpen, isRegistered, isWritable, metadata, pipeline, read, unsafebind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlushpublic boolean isActive()
isActive in interface io.netty.channel.ChannelisActive in class io.netty.channel.socket.nio.NioSocketChannelpublic java.net.InetSocketAddress localAddress()
localAddress in interface io.netty.channel.ChannellocalAddress in interface io.netty.channel.socket.SocketChannellocalAddress in class io.netty.channel.socket.nio.NioSocketChannelpublic java.net.InetSocketAddress remoteAddress()
remoteAddress in interface io.netty.channel.ChannelremoteAddress in interface io.netty.channel.socket.SocketChannelremoteAddress in class io.netty.channel.socket.nio.NioSocketChannelprotected boolean doConnect(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress)
throws java.lang.Exception
doConnect in class io.netty.channel.socket.nio.NioSocketChanneljava.lang.Exception