| 程序包 | 说明 |
|---|---|
| com.v2ray.core | |
| com.v2ray.core.app.proxyman.command |
| 限定符和类型 | 方法和说明 |
|---|---|
OutboundHandlerConfig |
OutboundHandlerConfig.Builder.build() |
OutboundHandlerConfig |
OutboundHandlerConfig.Builder.buildPartial() |
static OutboundHandlerConfig |
OutboundHandlerConfig.getDefaultInstance() |
OutboundHandlerConfig |
OutboundHandlerConfig.getDefaultInstanceForType() |
OutboundHandlerConfig |
OutboundHandlerConfig.Builder.getDefaultInstanceForType() |
OutboundHandlerConfig |
Config.getOutbound(int index)
Outbound handler configurations.
|
OutboundHandlerConfig |
Config.Builder.getOutbound(int index)
Outbound handler configurations.
|
OutboundHandlerConfig |
ConfigOrBuilder.getOutbound(int index)
Outbound handler configurations.
|
static OutboundHandlerConfig |
OutboundHandlerConfig.parseDelimitedFrom(InputStream input) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(byte[] data) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(ByteBuffer data) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(com.google.protobuf.ByteString data) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(InputStream input) |
static OutboundHandlerConfig |
OutboundHandlerConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OutboundHandlerConfig> |
Config.getOutboundList()
Outbound handler configurations.
|
List<OutboundHandlerConfig> |
Config.Builder.getOutboundList()
Outbound handler configurations.
|
List<OutboundHandlerConfig> |
ConfigOrBuilder.getOutboundList()
Outbound handler configurations.
|
com.google.protobuf.Parser<OutboundHandlerConfig> |
OutboundHandlerConfig.getParserForType() |
static com.google.protobuf.Parser<OutboundHandlerConfig> |
OutboundHandlerConfig.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Config.Builder |
Config.Builder.addOutbound(int index,
OutboundHandlerConfig value)
Outbound handler configurations.
|
Config.Builder |
Config.Builder.addOutbound(OutboundHandlerConfig value)
Outbound handler configurations.
|
OutboundHandlerConfig.Builder |
OutboundHandlerConfig.Builder.mergeFrom(OutboundHandlerConfig other) |
static OutboundHandlerConfig.Builder |
OutboundHandlerConfig.newBuilder(OutboundHandlerConfig prototype) |
Config.Builder |
Config.Builder.setOutbound(int index,
OutboundHandlerConfig value)
Outbound handler configurations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Config.Builder |
Config.Builder.addAllOutbound(Iterable<? extends OutboundHandlerConfig> values)
Outbound handler configurations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OutboundHandlerConfig |
AddOutboundRequest.getOutbound()
.v2ray.core.OutboundHandlerConfig outbound = 1; |
OutboundHandlerConfig |
AddOutboundRequest.Builder.getOutbound()
.v2ray.core.OutboundHandlerConfig outbound = 1; |
OutboundHandlerConfig |
AddOutboundRequestOrBuilder.getOutbound()
.v2ray.core.OutboundHandlerConfig outbound = 1; |
| 限定符和类型 | 方法和说明 |
|---|---|
AddOutboundRequest.Builder |
AddOutboundRequest.Builder.mergeOutbound(OutboundHandlerConfig value)
.v2ray.core.OutboundHandlerConfig outbound = 1; |
AddOutboundRequest.Builder |
AddOutboundRequest.Builder.setOutbound(OutboundHandlerConfig value)
.v2ray.core.OutboundHandlerConfig outbound = 1; |
Copyright © 2019. All rights reserved.