| 程序包 | 说明 |
|---|---|
| com.v2ray.core.proxy.shadowsocks |
| 限定符和类型 | 方法和说明 |
|---|---|
static CipherType |
CipherType.forNumber(int value) |
CipherType |
AccountOrBuilder.getCipherType()
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2; |
CipherType |
Account.getCipherType()
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2; |
CipherType |
Account.Builder.getCipherType()
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2; |
static CipherType |
CipherType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CipherType |
CipherType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static CipherType |
CipherType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CipherType[] |
CipherType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CipherType> |
CipherType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account.Builder |
Account.Builder.setCipherType(CipherType value)
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2; |
Copyright © 2019. All rights reserved.