|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.mvc.Http.Inbound
public abstract static class Http.Inbound
A Websocket Inbound channel
字段摘要 | |
---|---|
static java.lang.ThreadLocal<Http.Inbound> |
current
|
构造方法摘要 | |
---|---|
Http.Inbound()
|
方法摘要 | |
---|---|
void |
_received(Http.WebSocketFrame frame)
|
void |
close()
|
static Http.Inbound |
current()
|
abstract boolean |
isOpen()
|
F.Promise<Http.WebSocketEvent> |
nextEvent()
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final java.lang.ThreadLocal<Http.Inbound> current
构造方法详细信息 |
---|
public Http.Inbound()
方法详细信息 |
---|
public static Http.Inbound current()
public void _received(Http.WebSocketFrame frame)
public F.Promise<Http.WebSocketEvent> nextEvent()
public void close()
public abstract boolean isOpen()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |