Package play.mvc
Class Http
- java.lang.Object
-
- play.mvc.Http
-
public class Http extends java.lang.Object
HTTP interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Http.Cookie
An HTTP Cookiestatic class
Http.Header
An HTTP Headerstatic class
Http.Inbound
A Websocket Inbound channelstatic class
Http.Outbound
A Websocket Outbound channelstatic class
Http.Request
An HTTP Requeststatic class
Http.Response
An HTTP responsestatic class
Http.StatusCode
static class
Http.WebSocketClose
static class
Http.WebSocketEvent
static class
Http.WebSocketFrame
A Websocket frame
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
invocationType
-
Constructor Summary
Constructors Constructor Description Http()
-
-
-
Field Detail
-
invocationType
public static final java.lang.String invocationType
- See Also:
- Constant Field Values
-
-