play.mvc
类 Http.Inbound

java.lang.Object
  继承者 play.mvc.Http.Inbound
包容类:
Http

public abstract static class Http.Inbound
extends java.lang.Object

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
 

字段详细信息

current

public static final java.lang.ThreadLocal<Http.Inbound> current
构造方法详细信息

Http.Inbound

public Http.Inbound()
方法详细信息

current

public static Http.Inbound current()

_received

public void _received(Http.WebSocketFrame frame)

nextEvent

public F.Promise<Http.WebSocketEvent> nextEvent()

close

public void close()

isOpen

public abstract boolean isOpen()


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly