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) OutputStream
Fields inherited from class org.jboss.netty.channel.socket.oio.OioSocketChannel
socket
Fields inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannel
interestOpsLock, remoteAddress, worker, workerThread
Fields inherited from interface org.jboss.netty.channel.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) OutputStream
Methods inherited from class org.jboss.netty.channel.socket.oio.OioSocketChannel
closeSocket, getConfig, getLocalSocketAddress, getRemoteSocketAddress, isSocketBound, isSocketClosed, isSocketConnected
Methods inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannel
getInternalInterestOps, getLocalAddress, getRemoteAddress, isBound, isConnected, setClosed, setInternalInterestOps, write
Methods inherited from class org.jboss.netty.channel.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, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jboss.netty.channel.Channel
bind, close, connect, disconnect, getAttachment, getCloseFuture, getFactory, getId, getInterestOps, getParent, getPipeline, getUserDefinedWritability, isBound, isConnected, isOpen, isReadable, isWritable, setAttachment, setInterestOps, setReadable, setUserDefinedWritability, unbind, write, write
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jboss.netty.channel.socket.SocketChannel
getLocalAddress, getRemoteAddress
-
Field Details
-
in
-
out
-
-
Constructor Details
-
OioClientSocketChannel
OioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink)
-
-
Method Details
-
getInputStream
PushbackInputStream getInputStream()- Specified by:
getInputStream
in classOioSocketChannel
-
getOutputStream
OutputStream getOutputStream()- Specified by:
getOutputStream
in classOioSocketChannel
-