Uses of Class
play.mvc.Http.Inbound

Packages that use Http.Inbound
play.mvc   
play.mvc.results   
play.server   
 

Uses of Http.Inbound in play.mvc
 

Fields in play.mvc declared as Http.Inbound
protected static Http.Inbound WebSocketController.inbound
           
 

Fields in play.mvc with type parameters of type Http.Inbound
static java.lang.ThreadLocal<Http.Inbound> Http.Inbound.current
           
 

Methods in play.mvc that return Http.Inbound
static Http.Inbound Http.Inbound.current()
           
 

Methods in play.mvc with parameters of type Http.Inbound
static void WebSocketInvoker.invoke(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
           
 

Uses of Http.Inbound in play.mvc.results
 

Methods in play.mvc.results with parameters of type Http.Inbound
abstract  void WebSocketResult.apply(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
           
 void WebSocketDisconnect.apply(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
           
 

Uses of Http.Inbound in play.server
 

Constructors in play.server with parameters of type Http.Inbound
PlayHandler.WebSocketInvocation(java.util.Map<java.lang.String,java.lang.String> route, Http.Request request, Http.Inbound inbound, Http.Outbound outbound, org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
           
 



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