public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TypedMessage |
getService(int index)
Services that supported by this server.
|
int |
getServiceCount()
Services that supported by this server.
|
List<TypedMessage> |
getServiceList()
Services that supported by this server.
|
TypedMessageOrBuilder |
getServiceOrBuilder(int index)
Services that supported by this server.
|
List<? extends TypedMessageOrBuilder> |
getServiceOrBuilderList()
Services that supported by this server.
|
String |
getTag()
Tag of the outbound handler that handles grpc connections.
|
com.google.protobuf.ByteString |
getTagBytes()
Tag of the outbound handler that handles grpc connections.
|
String getTag()
Tag of the outbound handler that handles grpc connections.
string tag = 1;com.google.protobuf.ByteString getTagBytes()
Tag of the outbound handler that handles grpc connections.
string tag = 1;List<TypedMessage> getServiceList()
Services that supported by this server. All services must implement Service interface.
repeated .v2ray.core.common.serial.TypedMessage service = 2;TypedMessage getService(int index)
Services that supported by this server. All services must implement Service interface.
repeated .v2ray.core.common.serial.TypedMessage service = 2;int getServiceCount()
Services that supported by this server. All services must implement Service interface.
repeated .v2ray.core.common.serial.TypedMessage service = 2;List<? extends TypedMessageOrBuilder> getServiceOrBuilderList()
Services that supported by this server. All services must implement Service interface.
repeated .v2ray.core.common.serial.TypedMessage service = 2;TypedMessageOrBuilder getServiceOrBuilder(int index)
Services that supported by this server. All services must implement Service interface.
repeated .v2ray.core.common.serial.TypedMessage service = 2;Copyright © 2019. All rights reserved.