类 org.eclipse.jetty.http.HttpStatus.Code
的使用

使用 HttpStatus.Code 的软件包
org.eclipse.jetty.http   
 

org.eclipse.jetty.httpHttpStatus.Code 的使用
 

返回 HttpStatus.Codeorg.eclipse.jetty.http 中的方法
static HttpStatus.Code HttpStatus.getCode(int code)
          Get the HttpStatusCode for a specific code
static HttpStatus.Code HttpStatus.Code.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static HttpStatus.Code[] HttpStatus.Code.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2013. All Rights Reserved.