public interface ServerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAccounts(String key)
map<string, string> accounts = 2; |
Map<String,String> |
getAccounts()
已过时。
|
int |
getAccountsCount()
map<string, string> accounts = 2; |
Map<String,String> |
getAccountsMap()
map<string, string> accounts = 2; |
String |
getAccountsOrDefault(String key,
String defaultValue)
map<string, string> accounts = 2; |
String |
getAccountsOrThrow(String key)
map<string, string> accounts = 2; |
IPOrDomain |
getAddress()
.v2ray.core.common.net.IPOrDomain address = 3; |
IPOrDomainOrBuilder |
getAddressOrBuilder()
.v2ray.core.common.net.IPOrDomain address = 3; |
AuthType |
getAuthType()
.v2ray.core.proxy.socks.AuthType auth_type = 1; |
int |
getAuthTypeValue()
.v2ray.core.proxy.socks.AuthType auth_type = 1; |
int |
getTimeout()
已过时。
|
boolean |
getUdpEnabled()
bool udp_enabled = 4; |
int |
getUserLevel()
uint32 user_level = 6; |
boolean |
hasAddress()
.v2ray.core.common.net.IPOrDomain address = 3; |
int getAuthTypeValue()
.v2ray.core.proxy.socks.AuthType auth_type = 1;AuthType getAuthType()
.v2ray.core.proxy.socks.AuthType auth_type = 1;int getAccountsCount()
map<string, string> accounts = 2;boolean containsAccounts(String key)
map<string, string> accounts = 2;@Deprecated Map<String,String> getAccounts()
getAccountsMap() instead.String getAccountsOrDefault(String key, String defaultValue)
map<string, string> accounts = 2;boolean hasAddress()
.v2ray.core.common.net.IPOrDomain address = 3;IPOrDomain getAddress()
.v2ray.core.common.net.IPOrDomain address = 3;IPOrDomainOrBuilder getAddressOrBuilder()
.v2ray.core.common.net.IPOrDomain address = 3;boolean getUdpEnabled()
bool udp_enabled = 4;@Deprecated int getTimeout()
uint32 timeout = 5 [deprecated = true];int getUserLevel()
uint32 user_level = 6;Copyright © 2019. All rights reserved.