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 org.jboss.netty.channel.socket.oio.OioSocketChannel
socketFields inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannel
interestOpsLock, remoteAddress, worker, workerThreadFields 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) OutputStreamMethods inherited from class org.jboss.netty.channel.socket.oio.OioSocketChannel
closeSocket, getConfig, getLocalSocketAddress, getRemoteSocketAddress, isSocketBound, isSocketClosed, isSocketConnectedMethods inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannel
getInternalInterestOps, getLocalAddress, getRemoteAddress, isBound, isConnected, setClosed, setInternalInterestOps, writeMethods 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, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, writeMethods inherited from interface java.lang.Comparable
compareToMethods 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:
getInputStreamin classOioSocketChannel
-
getOutputStream
OutputStream getOutputStream()- Specified by:
getOutputStreamin classOioSocketChannel
-