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:
java.lang.Comparable<Channel>
,Channel
,SocketChannel
class OioClientSocketChannel extends OioSocketChannel
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.io.PushbackInputStream
in
(package private) java.io.OutputStream
out
-
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
Constructors Constructor Description OioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.io.PushbackInputStream
getInputStream()
(package private) java.io.OutputStream
getOutputStream()
-
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 org.jboss.netty.channel.socket.SocketChannel
getLocalAddress, getRemoteAddress
-
-
-
-
Constructor Detail
-
OioClientSocketChannel
OioClientSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink)
-
-
Method Detail
-
getInputStream
java.io.PushbackInputStream getInputStream()
- Specified by:
getInputStream
in classOioSocketChannel
-
getOutputStream
java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in classOioSocketChannel
-
-