| 程序包 | 说明 |
|---|---|
| com.v2ray.core.app.router |
| 限定符和类型 | 方法和说明 |
|---|---|
CIDR |
CIDR.Builder.build() |
CIDR |
CIDR.Builder.buildPartial() |
CIDR |
RoutingRuleOrBuilder.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
CIDR |
RoutingRule.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
CIDR |
RoutingRule.Builder.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
CIDR |
GeoIP.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
CIDR |
GeoIP.Builder.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
CIDR |
GeoIPOrBuilder.getCidr(int index)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
static CIDR |
CIDR.getDefaultInstance() |
CIDR |
CIDR.getDefaultInstanceForType() |
CIDR |
CIDR.Builder.getDefaultInstanceForType() |
CIDR |
RoutingRuleOrBuilder.getSourceCidr(int index)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
CIDR |
RoutingRule.getSourceCidr(int index)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
CIDR |
RoutingRule.Builder.getSourceCidr(int index)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
static CIDR |
CIDR.parseDelimitedFrom(InputStream input) |
static CIDR |
CIDR.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CIDR |
CIDR.parseFrom(byte[] data) |
static CIDR |
CIDR.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CIDR |
CIDR.parseFrom(ByteBuffer data) |
static CIDR |
CIDR.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CIDR |
CIDR.parseFrom(com.google.protobuf.ByteString data) |
static CIDR |
CIDR.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CIDR |
CIDR.parseFrom(com.google.protobuf.CodedInputStream input) |
static CIDR |
CIDR.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CIDR |
CIDR.parseFrom(InputStream input) |
static CIDR |
CIDR.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CIDR> |
RoutingRuleOrBuilder.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 3; |
List<CIDR> |
RoutingRule.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 3; |
List<CIDR> |
RoutingRule.Builder.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 3; |
List<CIDR> |
GeoIP.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 2; |
List<CIDR> |
GeoIP.Builder.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 2; |
List<CIDR> |
GeoIPOrBuilder.getCidrList()
repeated .v2ray.core.app.router.CIDR cidr = 2; |
com.google.protobuf.Parser<CIDR> |
CIDR.getParserForType() |
List<CIDR> |
RoutingRuleOrBuilder.getSourceCidrList()
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
List<CIDR> |
RoutingRule.getSourceCidrList()
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
List<CIDR> |
RoutingRule.Builder.getSourceCidrList()
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
static com.google.protobuf.Parser<CIDR> |
CIDR.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
RoutingRule.Builder |
RoutingRule.Builder.addCidr(CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
GeoIP.Builder |
GeoIP.Builder.addCidr(CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
RoutingRule.Builder |
RoutingRule.Builder.addCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
GeoIP.Builder |
GeoIP.Builder.addCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
RoutingRule.Builder |
RoutingRule.Builder.addSourceCidr(CIDR value)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
RoutingRule.Builder |
RoutingRule.Builder.addSourceCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
CIDR.Builder |
CIDR.Builder.mergeFrom(CIDR other) |
static CIDR.Builder |
CIDR.newBuilder(CIDR prototype) |
RoutingRule.Builder |
RoutingRule.Builder.setCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
GeoIP.Builder |
GeoIP.Builder.setCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
RoutingRule.Builder |
RoutingRule.Builder.setSourceCidr(int index,
CIDR value)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
| 限定符和类型 | 方法和说明 |
|---|---|
RoutingRule.Builder |
RoutingRule.Builder.addAllCidr(Iterable<? extends CIDR> values)
repeated .v2ray.core.app.router.CIDR cidr = 3; |
GeoIP.Builder |
GeoIP.Builder.addAllCidr(Iterable<? extends CIDR> values)
repeated .v2ray.core.app.router.CIDR cidr = 2; |
RoutingRule.Builder |
RoutingRule.Builder.addAllSourceCidr(Iterable<? extends CIDR> values)
repeated .v2ray.core.app.router.CIDR source_cidr = 6; |
Copyright © 2019. All rights reserved.