public interface ReceiverConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
AllocationStrategy |
getAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
AllocationStrategyOrBuilder |
getAllocationStrategyOrBuilder()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
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.
|
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; |
StreamConfig |
getStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4; |
StreamConfigOrBuilder |
getStreamSettingsOrBuilder()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4; |
boolean |
hasAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3; |
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; |
boolean hasPortRange()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;PortRange getPortRange()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;PortRangeOrBuilder getPortRangeOrBuilder()
PortRange specifies the ports which the Receiver should listen on.
.v2ray.core.common.net.PortRange port_range = 1;boolean hasListen()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;IPOrDomain getListen()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;IPOrDomainOrBuilder getListenOrBuilder()
Listen specifies the IP address that the Receiver should listen on.
.v2ray.core.common.net.IPOrDomain listen = 2;boolean hasAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;AllocationStrategy getAllocationStrategy()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;AllocationStrategyOrBuilder getAllocationStrategyOrBuilder()
.v2ray.core.app.proxyman.AllocationStrategy allocation_strategy = 3;boolean hasStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;StreamConfig getStreamSettings()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;StreamConfigOrBuilder getStreamSettingsOrBuilder()
.v2ray.core.transport.internet.StreamConfig stream_settings = 4;boolean getReceiveOriginalDestination()
bool receive_original_destination = 5;List<KnownProtocols> getDomainOverrideList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;int getDomainOverrideCount()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;KnownProtocols getDomainOverride(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;List<Integer> getDomainOverrideValueList()
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;int getDomainOverrideValue(int index)
repeated .v2ray.core.app.proxyman.KnownProtocols domain_override = 7;Copyright © 2019. All rights reserved.