| 程序包 | 说明 |
|---|---|
| com.v2ray.core.transport.internet |
| 限定符和类型 | 方法和说明 |
|---|---|
static TransportProtocol |
TransportProtocol.forNumber(int value) |
TransportProtocol |
TransportConfigOrBuilder.getProtocol()
Type of network that this settings supports.
|
TransportProtocol |
StreamConfigOrBuilder.getProtocol()
Effective network.
|
TransportProtocol |
TransportConfig.getProtocol()
Type of network that this settings supports.
|
TransportProtocol |
TransportConfig.Builder.getProtocol()
Type of network that this settings supports.
|
TransportProtocol |
StreamConfig.getProtocol()
Effective network.
|
TransportProtocol |
StreamConfig.Builder.getProtocol()
Effective network.
|
static TransportProtocol |
TransportProtocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransportProtocol |
TransportProtocol.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static TransportProtocol |
TransportProtocol.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TransportProtocol[] |
TransportProtocol.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransportProtocol> |
TransportProtocol.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
TransportConfig.Builder |
TransportConfig.Builder.setProtocol(TransportProtocol value)
Type of network that this settings supports.
|
StreamConfig.Builder |
StreamConfig.Builder.setProtocol(TransportProtocol value)
Effective network.
|
Copyright © 2019. All rights reserved.