|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface ServerChannel
一个尝试接受一个传入连接的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 |
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |