Class OioAcceptedSocketChannel
- 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.OioAcceptedSocketChannel
-
- All Implemented Interfaces:
java.lang.Comparable<Channel>,Channel,SocketChannel
class OioAcceptedSocketChannel extends OioSocketChannel
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.PushbackInputStreaminprivate java.io.OutputStreamout-
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 OioAcceptedSocketChannel(Channel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, java.net.Socket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.io.PushbackInputStreamgetInputStream()(package private) java.io.OutputStreamgetOutputStream()-
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
-
OioAcceptedSocketChannel
OioAcceptedSocketChannel(Channel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, java.net.Socket socket)
-
-
Method Detail
-
getInputStream
java.io.PushbackInputStream getInputStream()
- Specified by:
getInputStreamin classOioSocketChannel
-
getOutputStream
java.io.OutputStream getOutputStream()
- Specified by:
getOutputStreamin classOioSocketChannel
-
-