| 程序包 | 说明 |
|---|---|
| com.firefly.client.http2 | |
| com.firefly.codec.http2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SimpleHTTPClient.RequestBuilder |
SimpleHTTPClient.request(HttpMethod method,
String url) |
| 限定符和类型 | 字段和说明 |
|---|---|
static Trie<HttpMethod> |
HttpMethod.CACHE |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpMethod |
HttpMethod.fromString(String method)
Converts the given String parameter to an HttpMethod
|
static HttpMethod |
HttpMethod.lookAheadGet(byte[] bytes,
int position,
int limit)
Optimized lookup to find a method name and trailing space in a byte
array.
|
static HttpMethod |
HttpMethod.lookAheadGet(ByteBuffer buffer)
Optimized lookup to find a method name and trailing space in a byte
array.
|
static HttpMethod |
HttpMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpMethod[] |
HttpMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2016. All rights reserved.