public interface TransportConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TransportProtocol |
getProtocol()
Type of network that this settings supports.
|
int |
getProtocolValue()
Type of network that this settings supports.
|
TypedMessage |
getSettings()
Specific settings.
|
TypedMessageOrBuilder |
getSettingsOrBuilder()
Specific settings.
|
boolean |
hasSettings()
Specific settings.
|
int getProtocolValue()
Type of network that this settings supports.
.v2ray.core.transport.internet.TransportProtocol protocol = 1;TransportProtocol getProtocol()
Type of network that this settings supports.
.v2ray.core.transport.internet.TransportProtocol protocol = 1;boolean hasSettings()
Specific settings. Must be of the transports.
.v2ray.core.common.serial.TypedMessage settings = 2;TypedMessage getSettings()
Specific settings. Must be of the transports.
.v2ray.core.common.serial.TypedMessage settings = 2;TypedMessageOrBuilder getSettingsOrBuilder()
Specific settings. Must be of the transports.
.v2ray.core.common.serial.TypedMessage settings = 2;Copyright © 2019. All rights reserved.