public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAllowInsecure()
Whether or not to allow self-signed certificates.
|
boolean |
getAllowInsecureCiphers()
Whether or not to allow insecure cipher suites.
|
Certificate |
getCertificate(int index)
List of certificates to be served on server.
|
int |
getCertificateCount()
List of certificates to be served on server.
|
List<Certificate> |
getCertificateList()
List of certificates to be served on server.
|
CertificateOrBuilder |
getCertificateOrBuilder(int index)
List of certificates to be served on server.
|
List<? extends CertificateOrBuilder> |
getCertificateOrBuilderList()
List of certificates to be served on server.
|
String |
getNextProtocol(int index)
Lists of string as ALPN values.
|
com.google.protobuf.ByteString |
getNextProtocolBytes(int index)
Lists of string as ALPN values.
|
int |
getNextProtocolCount()
Lists of string as ALPN values.
|
List<String> |
getNextProtocolList()
Lists of string as ALPN values.
|
String |
getServerName()
Override server name.
|
com.google.protobuf.ByteString |
getServerNameBytes()
Override server name.
|
boolean getAllowInsecure()
Whether or not to allow self-signed certificates.
bool allow_insecure = 1;boolean getAllowInsecureCiphers()
Whether or not to allow insecure cipher suites.
bool allow_insecure_ciphers = 5;List<Certificate> getCertificateList()
List of certificates to be served on server.
repeated .v2ray.core.transport.internet.tls.Certificate certificate = 2;Certificate getCertificate(int index)
List of certificates to be served on server.
repeated .v2ray.core.transport.internet.tls.Certificate certificate = 2;int getCertificateCount()
List of certificates to be served on server.
repeated .v2ray.core.transport.internet.tls.Certificate certificate = 2;List<? extends CertificateOrBuilder> getCertificateOrBuilderList()
List of certificates to be served on server.
repeated .v2ray.core.transport.internet.tls.Certificate certificate = 2;CertificateOrBuilder getCertificateOrBuilder(int index)
List of certificates to be served on server.
repeated .v2ray.core.transport.internet.tls.Certificate certificate = 2;String getServerName()
Override server name.
string server_name = 3;com.google.protobuf.ByteString getServerNameBytes()
Override server name.
string server_name = 3;List<String> getNextProtocolList()
Lists of string as ALPN values.
repeated string next_protocol = 4;int getNextProtocolCount()
Lists of string as ALPN values.
repeated string next_protocol = 4;String getNextProtocol(int index)
Lists of string as ALPN values.
repeated string next_protocol = 4;com.google.protobuf.ByteString getNextProtocolBytes(int index)
Lists of string as ALPN values.
repeated string next_protocol = 4;Copyright © 2019. All rights reserved.