class OioClientSocketChannel extends OioSocketChannel
| Modifier and Type | Field and Description |
|---|---|
(package private) java.io.PushbackInputStream |
in |
(package private) java.io.OutputStream |
out |
socketinterestOpsLock, remoteAddress, worker, workerThreadOP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE| Constructor and Description |
|---|
OioClientSocketChannel(ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.io.PushbackInputStream |
getInputStream() |
(package private) java.io.OutputStream |
getOutputStream() |
closeSocket, getConfig, getLocalSocketAddress, getRemoteSocketAddress, isSocketBound, isSocketClosed, isSocketConnectedgetInternalInterestOps, getLocalAddress, getRemoteAddress, isBound, isConnected, setClosed, setInternalInterestOps, writebind, close, compareTo, connect, disconnect, equals, getAttachment, getCloseFuture, getFactory, getId, getInterestOps, getParent, getPipeline, getSucceededFuture, getUnsupportedOperationFuture, getUserDefinedWritability, hashCode, isOpen, isReadable, isWritable, setAttachment, setInterestOps, setReadable, setUnwritable, setUserDefinedWritability, setWritable, toString, unbind, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLocalAddress, getRemoteAddressbind, close, connect, disconnect, getAttachment, getCloseFuture, getFactory, getId, getInterestOps, getParent, getPipeline, getUserDefinedWritability, isBound, isConnected, isOpen, isReadable, isWritable, setAttachment, setInterestOps, setReadable, setUserDefinedWritability, unbind, write, writeOioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink)
java.io.PushbackInputStream getInputStream()
getInputStream in class OioSocketChanneljava.io.OutputStream getOutputStream()
getOutputStream in class OioSocketChannel