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