public final class ReceiverConfig extends com.google.protobuf.GeneratedMessageV3 implements ReceiverConfigOrBuilder
v2ray.core.app.proxyman.ReceiverConfig| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReceiverConfig.Builder
Protobuf type
v2ray.core.app.proxyman.ReceiverConfig |
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 |
ALLOCATION_STRATEGY_FIELD_NUMBER |
static int |
DOMAIN_OVERRIDE_FIELD_NUMBER |
static int |
LISTEN_FIELD_NUMBER |
static int |
PORT_RANGE_FIELD_NUMBER |
static int |
RECEIVE_ORIGINAL_DESTINATION_FIELD_NUMBER |
static int |
STREAM_SETTINGS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
AllocationStrategy |
getAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
AllocationStrategyOrBuilder |
getAllocationStrategyOrBuilder()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
static ReceiverConfig |
getDefaultInstance() |
ReceiverConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
KnownProtocols |
getDomainOverride(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7; |
int |
getDomainOverrideCount()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7; |
List<KnownProtocols> |
getDomainOverrideList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7; |
int |
getDomainOverrideValue(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7; |
List<Integer> |
getDomainOverrideValueList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7; |
IPOrDomain |
getListen()
Listen specifies the IP address that the Receiver should listen on.
|
IPOrDomainOrBuilder |
getListenOrBuilder()
Listen specifies the IP address that the Receiver should listen on.
|
com.google.protobuf.Parser<ReceiverConfig> |
getParserForType() |
PortRange |
getPortRange()
PortRange specifies the ports which the Receiver should listen on.
|
PortRangeOrBuilder |
getPortRangeOrBuilder()
PortRange specifies the ports which the Receiver should listen on.
|
boolean |
getReceiveOriginalDestination()
bool receive_original_destination = 5; |
int |
getSerializedSize() |
StreamConfig |
getStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4; |
StreamConfigOrBuilder |
getStreamSettingsOrBuilder()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
int |
hashCode() |
boolean |
hasListen()
Listen specifies the IP address that the Receiver should listen on.
|
boolean |
hasPortRange()
PortRange specifies the ports which the Receiver should listen on.
|
boolean |
hasStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReceiverConfig.Builder |
newBuilder() |
static ReceiverConfig.Builder |
newBuilder(ReceiverConfig prototype) |
ReceiverConfig.Builder |
newBuilderForType() |
protected ReceiverConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ReceiverConfig |
parseDelimitedFrom(InputStream input) |
static ReceiverConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReceiverConfig |
parseFrom(byte[] data) |
static ReceiverConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReceiverConfig |
parseFrom(ByteBuffer data) |
static ReceiverConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReceiverConfig |
parseFrom(com.google.protobuf.ByteString data) |
static ReceiverConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReceiverConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReceiverConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReceiverConfig |
parseFrom(InputStream input) |
static ReceiverConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReceiverConfig> |
parser() |
ReceiverConfig.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 PORT_RANGE_FIELD_NUMBER
public static final int LISTEN_FIELD_NUMBER
public static final int ALLOCATION_STRATEGY_FIELD_NUMBER
public static final int STREAM_SETTINGS_FIELD_NUMBER
public static final int RECEIVE_ORIGINAL_DESTINATION_FIELD_NUMBER
public static final int DOMAIN_OVERRIDE_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 hasPortRange()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;hasPortRange 在接口中 ReceiverConfigOrBuilderpublic PortRange getPortRange()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;getPortRange 在接口中 ReceiverConfigOrBuilderpublic PortRangeOrBuilder getPortRangeOrBuilder()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;getPortRangeOrBuilder 在接口中 ReceiverConfigOrBuilderpublic boolean hasListen()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;hasListen 在接口中 ReceiverConfigOrBuilderpublic IPOrDomain getListen()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;getListen 在接口中 ReceiverConfigOrBuilderpublic IPOrDomainOrBuilder getListenOrBuilder()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;getListenOrBuilder 在接口中 ReceiverConfigOrBuilderpublic boolean hasAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;hasAllocationStrategy 在接口中 ReceiverConfigOrBuilderpublic AllocationStrategy getAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;getAllocationStrategy 在接口中 ReceiverConfigOrBuilderpublic AllocationStrategyOrBuilder getAllocationStrategyOrBuilder()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;public boolean hasStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;hasStreamSettings 在接口中 ReceiverConfigOrBuilderpublic StreamConfig getStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;getStreamSettings 在接口中 ReceiverConfigOrBuilderpublic StreamConfigOrBuilder getStreamSettingsOrBuilder()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;public boolean getReceiveOriginalDestination()
bool receive_original_destination = 5;public List<KnownProtocols> getDomainOverrideList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;getDomainOverrideList 在接口中 ReceiverConfigOrBuilderpublic int getDomainOverrideCount()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;public KnownProtocols getDomainOverride(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;getDomainOverride 在接口中 ReceiverConfigOrBuilderpublic List<Integer> getDomainOverrideValueList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;public int getDomainOverrideValue(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;public 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 ReceiverConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReceiverConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReceiverConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReceiverConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReceiverConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReceiverConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReceiverConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReceiverConfig.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ReceiverConfig.Builder newBuilder()
public static ReceiverConfig.Builder newBuilder(ReceiverConfig prototype)
public ReceiverConfig.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ReceiverConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ReceiverConfig getDefaultInstance()
public static com.google.protobuf.Parser<ReceiverConfig> parser()
public com.google.protobuf.Parser<ReceiverConfig> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ReceiverConfig getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.