Package play.mvc
Class Http
- java.lang.Object
-
- play.mvc.Http
-
public class Http extends java.lang.ObjectHTTP interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttp.CookieAn HTTP Cookiestatic classHttp.HeaderAn HTTP Headerstatic classHttp.InboundA Websocket Inbound channelstatic classHttp.OutboundA Websocket Outbound channelstatic classHttp.RequestAn HTTP Requeststatic classHttp.ResponseAn HTTP responsestatic classHttp.StatusCodestatic classHttp.WebSocketClosestatic classHttp.WebSocketEventstatic classHttp.WebSocketFrameA Websocket frame
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringinvocationType
-
Constructor Summary
Constructors Constructor Description Http()
-
-
-
Field Detail
-
invocationType
public static final java.lang.String invocationType
- See Also:
- Constant Field Values
-
-