Uses of Class
play.mvc.Http.Outbound
-
Packages that use Http.Outbound Package Description play.mvc play.mvc.results play.server -
-
Uses of Http.Outbound in play.mvc
Fields in play.mvc declared as Http.Outbound Modifier and Type Field Description protected static Http.Outbound
WebSocketController. outbound
Fields in play.mvc with type parameters of type Http.Outbound Modifier and Type Field Description static java.lang.ThreadLocal<Http.Outbound>
Http.Outbound. current
Methods in play.mvc that return Http.Outbound Modifier and Type Method Description static Http.Outbound
Http.Outbound. current()
Methods in play.mvc with parameters of type Http.Outbound Modifier and Type Method Description static void
WebSocketInvoker. invoke(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
-
Uses of Http.Outbound in play.mvc.results
Methods in play.mvc.results with parameters of type Http.Outbound Modifier and Type Method Description void
WebSocketDisconnect. apply(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
abstract void
WebSocketResult. apply(Http.Request request, Http.Inbound inbound, Http.Outbound outbound)
-
Uses of Http.Outbound in play.server
Constructors in play.server with parameters of type Http.Outbound Constructor Description 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)
-