Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Http.Inbound> |
current |
Constructor and Description |
---|
Inbound(org.jboss.netty.channel.ChannelHandlerContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
_received(Http.WebSocketFrame frame) |
void |
close() |
static Http.Inbound |
current() |
abstract boolean |
isOpen() |
F.Promise<Http.WebSocketEvent> |
nextEvent() |
public static final ThreadLocal<Http.Inbound> current
public static Http.Inbound current()
public void _received(Http.WebSocketFrame frame)
public F.Promise<Http.WebSocketEvent> nextEvent()
public void close()
public abstract boolean isOpen()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly