|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerChannel
A Channel
that accepts an incoming connection attempt and creates
its child Channel
s by accepting them. ServerSocketChannel
is
a good example.
Field Summary |
---|
Fields inherited from interface org.jboss.netty.channel.Channel |
---|
OP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE |
Method Summary |
---|
Methods inherited from interface org.jboss.netty.channel.Channel |
---|
bind, close, connect, disconnect, getCloseFuture, getConfig, getFactory, getId, getInterestOps, getLocalAddress, getParent, getPipeline, getRemoteAddress, isBound, isConnected, isOpen, isReadable, isWritable, setInterestOps, setReadable, unbind, write, write |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |