play.utils
类 HTTP

java.lang.Object
  继承者 play.utils.HTTP

public class HTTP
extends java.lang.Object


嵌套类摘要
static class HTTP.ContentTypeWithEncoding
           
 
构造方法摘要
HTTP()
           
 
方法摘要
static java.lang.String fixCaseForHttpHeader(java.lang.String headerName)
          Use this method to make sure you have the correct caseing of a http header name.
static HTTP.ContentTypeWithEncoding parseContentType(java.lang.String contentType)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HTTP

public HTTP()
方法详细信息

parseContentType

public static HTTP.ContentTypeWithEncoding parseContentType(java.lang.String contentType)

fixCaseForHttpHeader

public static java.lang.String fixCaseForHttpHeader(java.lang.String headerName)
Use this method to make sure you have the correct caseing of a http header name. eg: fixes 'content-type' to 'Content-Type'



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