org.jboss.netty.channel
接口 ServerChannel

所有超级接口:
Channel, java.lang.Comparable<Channel>
所有已知子接口:
LocalServerChannel, ServerSocketChannel
所有已知实现类:
AbstractServerChannel

public interface ServerChannel
extends Channel

一个尝试接受一个传入连接的Channel和使用接受的连接创建它的子Channel. ServerSocketChannel就是一个好例子.


字段摘要
 
从接口 org.jboss.netty.channel.Channel 继承的字段
OP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE
 
方法摘要
 
从接口 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
 
从接口 java.lang.Comparable 继承的方法
compareTo