public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TypedMessage |
getApp(int index)
App is for configurations of all features in V2Ray.
|
int |
getAppCount()
App is for configurations of all features in V2Ray.
|
List<TypedMessage> |
getAppList()
App is for configurations of all features in V2Ray.
|
TypedMessageOrBuilder |
getAppOrBuilder(int index)
App is for configurations of all features in V2Ray.
|
List<? extends TypedMessageOrBuilder> |
getAppOrBuilderList()
App is for configurations of all features in V2Ray.
|
TypedMessage |
getExtension(int index)
Configuration for extensions.
|
int |
getExtensionCount()
Configuration for extensions.
|
List<TypedMessage> |
getExtensionList()
Configuration for extensions.
|
TypedMessageOrBuilder |
getExtensionOrBuilder(int index)
Configuration for extensions.
|
List<? extends TypedMessageOrBuilder> |
getExtensionOrBuilderList()
Configuration for extensions.
|
InboundHandlerConfig |
getInbound(int index)
Inbound handler configurations.
|
int |
getInboundCount()
Inbound handler configurations.
|
List<InboundHandlerConfig> |
getInboundList()
Inbound handler configurations.
|
InboundHandlerConfigOrBuilder |
getInboundOrBuilder(int index)
Inbound handler configurations.
|
List<? extends InboundHandlerConfigOrBuilder> |
getInboundOrBuilderList()
Inbound handler configurations.
|
OutboundHandlerConfig |
getOutbound(int index)
Outbound handler configurations.
|
int |
getOutboundCount()
Outbound handler configurations.
|
List<OutboundHandlerConfig> |
getOutboundList()
Outbound handler configurations.
|
OutboundHandlerConfigOrBuilder |
getOutboundOrBuilder(int index)
Outbound handler configurations.
|
List<? extends OutboundHandlerConfigOrBuilder> |
getOutboundOrBuilderList()
Outbound handler configurations.
|
Config |
getTransport()
Transport settings.
|
ConfigOrBuilder |
getTransportOrBuilder()
Transport settings.
|
boolean |
hasTransport()
Transport settings.
|
List<InboundHandlerConfig> getInboundList()
Inbound handler configurations. Must have at least one item.
repeated .v2ray.core.InboundHandlerConfig inbound = 1;InboundHandlerConfig getInbound(int index)
Inbound handler configurations. Must have at least one item.
repeated .v2ray.core.InboundHandlerConfig inbound = 1;int getInboundCount()
Inbound handler configurations. Must have at least one item.
repeated .v2ray.core.InboundHandlerConfig inbound = 1;List<? extends InboundHandlerConfigOrBuilder> getInboundOrBuilderList()
Inbound handler configurations. Must have at least one item.
repeated .v2ray.core.InboundHandlerConfig inbound = 1;InboundHandlerConfigOrBuilder getInboundOrBuilder(int index)
Inbound handler configurations. Must have at least one item.
repeated .v2ray.core.InboundHandlerConfig inbound = 1;List<OutboundHandlerConfig> getOutboundList()
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
repeated .v2ray.core.OutboundHandlerConfig outbound = 2;OutboundHandlerConfig getOutbound(int index)
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
repeated .v2ray.core.OutboundHandlerConfig outbound = 2;int getOutboundCount()
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
repeated .v2ray.core.OutboundHandlerConfig outbound = 2;List<? extends OutboundHandlerConfigOrBuilder> getOutboundOrBuilderList()
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
repeated .v2ray.core.OutboundHandlerConfig outbound = 2;OutboundHandlerConfigOrBuilder getOutboundOrBuilder(int index)
Outbound handler configurations. Must have at least one item. The first item is used as default for routing.
repeated .v2ray.core.OutboundHandlerConfig outbound = 2;List<TypedMessage> getAppList()
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
repeated .v2ray.core.common.serial.TypedMessage app = 4;TypedMessage getApp(int index)
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
repeated .v2ray.core.common.serial.TypedMessage app = 4;int getAppCount()
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
repeated .v2ray.core.common.serial.TypedMessage app = 4;List<? extends TypedMessageOrBuilder> getAppOrBuilderList()
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
repeated .v2ray.core.common.serial.TypedMessage app = 4;TypedMessageOrBuilder getAppOrBuilder(int index)
App is for configurations of all features in V2Ray. A feature must implement the Feature interface, and its config type must be registered through common.RegisterConfig.
repeated .v2ray.core.common.serial.TypedMessage app = 4;boolean hasTransport()
Transport settings.
.v2ray.core.transport.Config transport = 5;Config getTransport()
Transport settings.
.v2ray.core.transport.Config transport = 5;ConfigOrBuilder getTransportOrBuilder()
Transport settings.
.v2ray.core.transport.Config transport = 5;List<TypedMessage> getExtensionList()
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
repeated .v2ray.core.common.serial.TypedMessage extension = 6;TypedMessage getExtension(int index)
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
repeated .v2ray.core.common.serial.TypedMessage extension = 6;int getExtensionCount()
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
repeated .v2ray.core.common.serial.TypedMessage extension = 6;List<? extends TypedMessageOrBuilder> getExtensionOrBuilderList()
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
repeated .v2ray.core.common.serial.TypedMessage extension = 6;TypedMessageOrBuilder getExtensionOrBuilder(int index)
Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray. V2Ray will ignore such config during initialization.
repeated .v2ray.core.common.serial.TypedMessage extension = 6;Copyright © 2019. All rights reserved.