play.mvc
Class Http

java.lang.Object
  extended by play.mvc.Http

public class Http
extends java.lang.Object

Defines HTTP standard objects.


Nested Class Summary
static class Http.Context
          The global HTTP context.
static class Http.Cookie
          HTTP Cookie
static interface Http.Cookies
          HTTP Cookies set
static class Http.Flash
          HTTP Flash.
static interface Http.HeaderNames
          Defines all standard HTTP headers.
static class Http.MultipartFormData
          Multipart form data body.
static class Http.RawBuffer
          Handle the request body a raw bytes data.
static class Http.Request
          An HTTP request.
static class Http.RequestBody
          The request body.
static class Http.RequestHeader
           
static class Http.Response
          The HTTP response.
static class Http.Session
          HTTP Session.
static interface Http.Status
          Defines all standard HTTP status codes.
 
Constructor Summary
Http()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Http

public Http()