| 程序包 | 说明 |
|---|---|
| com.v2ray.core.transport.internet.headers.http |
| 限定符和类型 | 方法和说明 |
|---|---|
Method |
Method.Builder.build() |
Method |
Method.Builder.buildPartial() |
static Method |
Method.getDefaultInstance() |
Method |
Method.getDefaultInstanceForType() |
Method |
Method.Builder.getDefaultInstanceForType() |
Method |
RequestConfig.getMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
Method |
RequestConfig.Builder.getMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
Method |
RequestConfigOrBuilder.getMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
static Method |
Method.parseDelimitedFrom(InputStream input) |
static Method |
Method.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(byte[] data) |
static Method |
Method.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(ByteBuffer data) |
static Method |
Method.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(com.google.protobuf.ByteString data) |
static Method |
Method.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(com.google.protobuf.CodedInputStream input) |
static Method |
Method.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(InputStream input) |
static Method |
Method.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Method> |
Method.getParserForType() |
static com.google.protobuf.Parser<Method> |
Method.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Method.Builder |
Method.Builder.mergeFrom(Method other) |
RequestConfig.Builder |
RequestConfig.Builder.mergeMethod(Method value)
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
static Method.Builder |
Method.newBuilder(Method prototype) |
RequestConfig.Builder |
RequestConfig.Builder.setMethod(Method value)
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
Copyright © 2019. All rights reserved.