public final class RequestConfig extends com.google.protobuf.GeneratedMessageV3 implements RequestConfigOrBuilder
v2ray.core.transport.internet.headers.http.RequestConfig| 限定符和类型 | 类和说明 |
|---|---|
static class |
RequestConfig.Builder
Protobuf type
v2ray.core.transport.internet.headers.http.RequestConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
HEADER_FIELD_NUMBER |
static int |
METHOD_FIELD_NUMBER |
static int |
URI_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static RequestConfig |
getDefaultInstance() |
RequestConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Header |
getHeader(int index)
repeated .v2ray.core.transport.internet.headers.http.Header header = 4; |
int |
getHeaderCount()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4; |
List<Header> |
getHeaderList()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4; |
HeaderOrBuilder |
getHeaderOrBuilder(int index)
repeated .v2ray.core.transport.internet.headers.http.Header header = 4; |
List<? extends HeaderOrBuilder> |
getHeaderOrBuilderList()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4; |
Method |
getMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
MethodOrBuilder |
getMethodOrBuilder()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
com.google.protobuf.Parser<RequestConfig> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUri(int index)
URI like "/login.php"
repeated string uri = 3; |
com.google.protobuf.ByteString |
getUriBytes(int index)
URI like "/login.php"
repeated string uri = 3; |
int |
getUriCount()
URI like "/login.php"
repeated string uri = 3; |
com.google.protobuf.ProtocolStringList |
getUriList()
URI like "/login.php"
repeated string uri = 3; |
Version |
getVersion()
Full HTTP version like "1.1".
|
VersionOrBuilder |
getVersionOrBuilder()
Full HTTP version like "1.1".
|
int |
hashCode() |
boolean |
hasMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2; |
boolean |
hasVersion()
Full HTTP version like "1.1".
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RequestConfig.Builder |
newBuilder() |
static RequestConfig.Builder |
newBuilder(RequestConfig prototype) |
RequestConfig.Builder |
newBuilderForType() |
protected RequestConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RequestConfig |
parseDelimitedFrom(InputStream input) |
static RequestConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestConfig |
parseFrom(byte[] data) |
static RequestConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestConfig |
parseFrom(ByteBuffer data) |
static RequestConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestConfig |
parseFrom(com.google.protobuf.ByteString data) |
static RequestConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RequestConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestConfig |
parseFrom(InputStream input) |
static RequestConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RequestConfig> |
parser() |
RequestConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VERSION_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasVersion()
Full HTTP version like "1.1".
.v2ray.core.transport.internet.headers.http.Version version = 1;hasVersion 在接口中 RequestConfigOrBuilderpublic Version getVersion()
Full HTTP version like "1.1".
.v2ray.core.transport.internet.headers.http.Version version = 1;getVersion 在接口中 RequestConfigOrBuilderpublic VersionOrBuilder getVersionOrBuilder()
Full HTTP version like "1.1".
.v2ray.core.transport.internet.headers.http.Version version = 1;getVersionOrBuilder 在接口中 RequestConfigOrBuilderpublic boolean hasMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2;hasMethod 在接口中 RequestConfigOrBuilderpublic Method getMethod()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2;getMethod 在接口中 RequestConfigOrBuilderpublic MethodOrBuilder getMethodOrBuilder()
GET, POST, CONNECT etc
.v2ray.core.transport.internet.headers.http.Method method = 2;getMethodOrBuilder 在接口中 RequestConfigOrBuilderpublic com.google.protobuf.ProtocolStringList getUriList()
URI like "/login.php"
repeated string uri = 3;getUriList 在接口中 RequestConfigOrBuilderpublic int getUriCount()
URI like "/login.php"
repeated string uri = 3;getUriCount 在接口中 RequestConfigOrBuilderpublic String getUri(int index)
URI like "/login.php"
repeated string uri = 3;getUri 在接口中 RequestConfigOrBuilderpublic com.google.protobuf.ByteString getUriBytes(int index)
URI like "/login.php"
repeated string uri = 3;getUriBytes 在接口中 RequestConfigOrBuilderpublic List<Header> getHeaderList()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4;getHeaderList 在接口中 RequestConfigOrBuilderpublic List<? extends HeaderOrBuilder> getHeaderOrBuilderList()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4;getHeaderOrBuilderList 在接口中 RequestConfigOrBuilderpublic int getHeaderCount()
repeated .v2ray.core.transport.internet.headers.http.Header header = 4;getHeaderCount 在接口中 RequestConfigOrBuilderpublic Header getHeader(int index)
repeated .v2ray.core.transport.internet.headers.http.Header header = 4;getHeader 在接口中 RequestConfigOrBuilderpublic HeaderOrBuilder getHeaderOrBuilder(int index)
repeated .v2ray.core.transport.internet.headers.http.Header header = 4;getHeaderOrBuilder 在接口中 RequestConfigOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static RequestConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RequestConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static RequestConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RequestConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RequestConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RequestConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RequestConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RequestConfig.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RequestConfig.Builder newBuilder()
public static RequestConfig.Builder newBuilder(RequestConfig prototype)
public RequestConfig.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected RequestConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static RequestConfig getDefaultInstance()
public static com.google.protobuf.Parser<RequestConfig> parser()
public com.google.protobuf.Parser<RequestConfig> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public RequestConfig getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.