Class OioClientSocketChannel
java.lang.Object
org.jboss.netty.channel.AbstractChannel
org.jboss.netty.channel.socket.oio.AbstractOioChannel
org.jboss.netty.channel.socket.oio.OioSocketChannel
org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- All Implemented Interfaces:
Comparable<Channel>, Channel, SocketChannel
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PushbackInputStream(package private) OutputStreamFields inherited from class OioSocketChannel
socketFields inherited from class AbstractOioChannel
interestOpsLock, remoteAddress, worker, workerThreadFields inherited from interface Channel
OP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE -
Constructor Summary
ConstructorsConstructorDescriptionOioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink) -
Method Summary
Modifier and TypeMethodDescription(package private) PushbackInputStream(package private) OutputStreamMethods inherited from class OioSocketChannel
closeSocket, getConfig, getLocalSocketAddress, getRemoteSocketAddress, isSocketBound, isSocketClosed, isSocketConnectedMethods inherited from class AbstractOioChannel
getInternalInterestOps, getLocalAddress, getRemoteAddress, isBound, isConnected, setClosed, setInternalInterestOps, writeMethods inherited from class AbstractChannel
bind, 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, writeMethods inherited from interface Channel
bind, close, connect, disconnect, getAttachment, getCloseFuture, getFactory, getId, getInterestOps, getParent, getPipeline, getUserDefinedWritability, isBound, isConnected, isOpen, isReadable, isWritable, setAttachment, setInterestOps, setReadable, setUserDefinedWritability, unbind, write, writeMethods inherited from interface Comparable
compareToMethods inherited from interface SocketChannel
getLocalAddress, getRemoteAddress
-
Field Details
-
in
-
out
-
-
Constructor Details
-
OioClientSocketChannel
OioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink)
-
-
Method Details
-
getInputStream
PushbackInputStream getInputStream()- Specified by:
getInputStreamin classOioSocketChannel
-
getOutputStream
OutputStream getOutputStream()- Specified by:
getOutputStreamin classOioSocketChannel
-