public static final class Server.TLSOptions extends com.google.protobuf.GeneratedMessageV3 implements Server.TLSOptionsOrBuilder
istio.networking.v1alpha3.Server.TLSOptions| 限定符和类型 | 类和说明 |
|---|---|
static class |
Server.TLSOptions.Builder
Protobuf type
istio.networking.v1alpha3.Server.TLSOptions |
static class |
Server.TLSOptions.TLSmode
TLS modes enforced by the proxy
Protobuf enum
istio.networking.v1alpha3.Server.TLSOptions.TLSmode |
static class |
Server.TLSOptions.TLSProtocol
TLS protocol versions.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符 | 构造器和说明 |
|---|---|
private |
TLSOptions() |
private |
TLSOptions(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
TLSOptions(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCaCertificates()
REQUIRED if mode is `MUTUAL`.
|
com.google.protobuf.ByteString |
getCaCertificatesBytes()
REQUIRED if mode is `MUTUAL`.
|
java.lang.String |
getCipherSuites(int index)
Optional: If specified, only support the specified cipher list.
|
com.google.protobuf.ByteString |
getCipherSuitesBytes(int index)
Optional: If specified, only support the specified cipher list.
|
int |
getCipherSuitesCount()
Optional: If specified, only support the specified cipher list.
|
com.google.protobuf.ProtocolStringList |
getCipherSuitesList()
Optional: If specified, only support the specified cipher list.
|
java.lang.String |
getCredentialName()
The credentialName stands for a unique identifier that can be used
to identify the serverCertificate and the privateKey.
|
com.google.protobuf.ByteString |
getCredentialNameBytes()
The credentialName stands for a unique identifier that can be used
to identify the serverCertificate and the privateKey.
|
static Server.TLSOptions |
getDefaultInstance() |
Server.TLSOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHttpsRedirect()
If set to true, the load balancer will send a 301 redirect for all
http connections, asking the clients to use HTTPS.
|
Server.TLSOptions.TLSProtocol |
getMaxProtocolVersion()
Optional: Maximum TLS protocol version.
|
int |
getMaxProtocolVersionValue()
Optional: Maximum TLS protocol version.
|
Server.TLSOptions.TLSProtocol |
getMinProtocolVersion()
Optional: Minimum TLS protocol version.
|
int |
getMinProtocolVersionValue()
Optional: Minimum TLS protocol version.
|
Server.TLSOptions.TLSmode |
getMode()
Optional: Indicates whether connections to this port should be
secured using TLS.
|
int |
getModeValue()
Optional: Indicates whether connections to this port should be
secured using TLS.
|
com.google.protobuf.Parser<Server.TLSOptions> |
getParserForType() |
java.lang.String |
getPrivateKey()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
int |
getSerializedSize() |
java.lang.String |
getServerCertificate()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
com.google.protobuf.ByteString |
getServerCertificateBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
java.lang.String |
getSubjectAltNames(int index)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.ByteString |
getSubjectAltNamesBytes(int index)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
int |
getSubjectAltNamesCount()
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.ProtocolStringList |
getSubjectAltNamesList()
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVerifyCertificateHash(int index)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
com.google.protobuf.ByteString |
getVerifyCertificateHashBytes(int index)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
int |
getVerifyCertificateHashCount()
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
com.google.protobuf.ProtocolStringList |
getVerifyCertificateHashList()
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
java.lang.String |
getVerifyCertificateSpki(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
com.google.protobuf.ByteString |
getVerifyCertificateSpkiBytes(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
int |
getVerifyCertificateSpkiCount()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
com.google.protobuf.ProtocolStringList |
getVerifyCertificateSpkiList()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Server.TLSOptions.Builder |
newBuilder() |
static Server.TLSOptions.Builder |
newBuilder(Server.TLSOptions prototype) |
Server.TLSOptions.Builder |
newBuilderForType() |
protected Server.TLSOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Server.TLSOptions |
parseDelimitedFrom(java.io.InputStream input) |
static Server.TLSOptions |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Server.TLSOptions |
parseFrom(byte[] data) |
static Server.TLSOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Server.TLSOptions |
parseFrom(java.nio.ByteBuffer data) |
static Server.TLSOptions |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Server.TLSOptions |
parseFrom(com.google.protobuf.ByteString data) |
static Server.TLSOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Server.TLSOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Server.TLSOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Server.TLSOptions |
parseFrom(java.io.InputStream input) |
static Server.TLSOptions |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Server.TLSOptions> |
parser() |
Server.TLSOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalprivate static final long serialVersionUID
public static final int HTTPS_REDIRECT_FIELD_NUMBER
private boolean httpsRedirect_
public static final int MODE_FIELD_NUMBER
private int mode_
public static final int SERVER_CERTIFICATE_FIELD_NUMBER
private volatile java.lang.Object serverCertificate_
public static final int PRIVATE_KEY_FIELD_NUMBER
private volatile java.lang.Object privateKey_
public static final int CA_CERTIFICATES_FIELD_NUMBER
private volatile java.lang.Object caCertificates_
public static final int CREDENTIAL_NAME_FIELD_NUMBER
private volatile java.lang.Object credentialName_
public static final int SUBJECT_ALT_NAMES_FIELD_NUMBER
private com.google.protobuf.LazyStringList subjectAltNames_
public static final int VERIFY_CERTIFICATE_SPKI_FIELD_NUMBER
private com.google.protobuf.LazyStringList verifyCertificateSpki_
public static final int VERIFY_CERTIFICATE_HASH_FIELD_NUMBER
private com.google.protobuf.LazyStringList verifyCertificateHash_
public static final int MIN_PROTOCOL_VERSION_FIELD_NUMBER
private int minProtocolVersion_
public static final int MAX_PROTOCOL_VERSION_FIELD_NUMBER
private int maxProtocolVersion_
public static final int CIPHER_SUITES_FIELD_NUMBER
private com.google.protobuf.LazyStringList cipherSuites_
private byte memoizedIsInitialized
private static final Server.TLSOptions DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Server.TLSOptions> PARSER
private TLSOptions(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private TLSOptions()
private TLSOptions(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionprotected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean getHttpsRedirect()
If set to true, the load balancer will send a 301 redirect for all http connections, asking the clients to use HTTPS.
bool https_redirect = 1;getHttpsRedirect 在接口中 Server.TLSOptionsOrBuilderpublic int getModeValue()
Optional: Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced.
.istio.networking.v1alpha3.Server.TLSOptions.TLSmode mode = 2;getModeValue 在接口中 Server.TLSOptionsOrBuilderpublic Server.TLSOptions.TLSmode getMode()
Optional: Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced.
.istio.networking.v1alpha3.Server.TLSOptions.TLSmode mode = 2;getMode 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getServerCertificate()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server-side TLS certificate to use.
string server_certificate = 3;getServerCertificate 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ByteString getServerCertificateBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server-side TLS certificate to use.
string server_certificate = 3;getServerCertificateBytes 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getPrivateKey()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server's private key.
string private_key = 4;getPrivateKey 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ByteString getPrivateKeyBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server's private key.
string private_key = 4;getPrivateKeyBytes 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getCaCertificates()
REQUIRED if mode is `MUTUAL`. The path to a file containing certificate authority certificates to use in verifying a presented client side certificate.
string ca_certificates = 5;getCaCertificates 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ByteString getCaCertificatesBytes()
REQUIRED if mode is `MUTUAL`. The path to a file containing certificate authority certificates to use in verifying a presented client side certificate.
string ca_certificates = 5;getCaCertificatesBytes 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getCredentialName()
The credentialName stands for a unique identifier that can be used to identify the serverCertificate and the privateKey. The credentialName appended with suffix "-cacert" is used to identify the CaCertificates associated with this server. Gateway workloads capable of fetching credentials from a remote credential store such as Kubernetes secrets, will be configured to retrieve the serverCertificate and the privateKey using credentialName, instead of using the file system paths specified above. If using mutual TLS, gateway workload instances will retrieve the CaCertificates using credentialName-cacert. The semantics of the name are platform dependent. In Kubernetes, the default Istio supplied credential server expects the credentialName to match the name of the Kubernetes secret that holds the server certificate, the private key, and the CA certificate (if using mutual TLS). Set the `ISTIO_META_USER_SDS` metadata variable in the gateway's proxy to enable the dynamic credential fetching feature.
string credential_name = 10;getCredentialName 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ByteString getCredentialNameBytes()
The credentialName stands for a unique identifier that can be used to identify the serverCertificate and the privateKey. The credentialName appended with suffix "-cacert" is used to identify the CaCertificates associated with this server. Gateway workloads capable of fetching credentials from a remote credential store such as Kubernetes secrets, will be configured to retrieve the serverCertificate and the privateKey using credentialName, instead of using the file system paths specified above. If using mutual TLS, gateway workload instances will retrieve the CaCertificates using credentialName-cacert. The semantics of the name are platform dependent. In Kubernetes, the default Istio supplied credential server expects the credentialName to match the name of the Kubernetes secret that holds the server certificate, the private key, and the CA certificate (if using mutual TLS). Set the `ISTIO_META_USER_SDS` metadata variable in the gateway's proxy to enable the dynamic credential fetching feature.
string credential_name = 10;getCredentialNameBytes 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ProtocolStringList getSubjectAltNamesList()
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesList 在接口中 Server.TLSOptionsOrBuilderpublic int getSubjectAltNamesCount()
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesCount 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getSubjectAltNames(int index)
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNames 在接口中 Server.TLSOptionsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSubjectAltNamesBytes(int index)
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesBytes 在接口中 Server.TLSOptionsOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getVerifyCertificateSpkiList()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiList 在接口中 Server.TLSOptionsOrBuilderpublic int getVerifyCertificateSpkiCount()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiCount 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getVerifyCertificateSpki(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpki 在接口中 Server.TLSOptionsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getVerifyCertificateSpkiBytes(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiBytes 在接口中 Server.TLSOptionsOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getVerifyCertificateHashList()
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashList 在接口中 Server.TLSOptionsOrBuilderpublic int getVerifyCertificateHashCount()
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashCount 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getVerifyCertificateHash(int index)
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHash 在接口中 Server.TLSOptionsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getVerifyCertificateHashBytes(int index)
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashBytes 在接口中 Server.TLSOptionsOrBuilderindex - The index of the value to return.public int getMinProtocolVersionValue()
Optional: Minimum TLS protocol version.
.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol min_protocol_version = 7;getMinProtocolVersionValue 在接口中 Server.TLSOptionsOrBuilderpublic Server.TLSOptions.TLSProtocol getMinProtocolVersion()
Optional: Minimum TLS protocol version.
.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol min_protocol_version = 7;getMinProtocolVersion 在接口中 Server.TLSOptionsOrBuilderpublic int getMaxProtocolVersionValue()
Optional: Maximum TLS protocol version.
.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol max_protocol_version = 8;getMaxProtocolVersionValue 在接口中 Server.TLSOptionsOrBuilderpublic Server.TLSOptions.TLSProtocol getMaxProtocolVersion()
Optional: Maximum TLS protocol version.
.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol max_protocol_version = 8;getMaxProtocolVersion 在接口中 Server.TLSOptionsOrBuilderpublic com.google.protobuf.ProtocolStringList getCipherSuitesList()
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesList 在接口中 Server.TLSOptionsOrBuilderpublic int getCipherSuitesCount()
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesCount 在接口中 Server.TLSOptionsOrBuilderpublic java.lang.String getCipherSuites(int index)
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuites 在接口中 Server.TLSOptionsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getCipherSuitesBytes(int index)
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesBytes 在接口中 Server.TLSOptionsOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Server.TLSOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Server.TLSOptions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Server.TLSOptions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Server.TLSOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Server.TLSOptions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Server.TLSOptions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Server.TLSOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Server.TLSOptions.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Server.TLSOptions.Builder newBuilder()
public static Server.TLSOptions.Builder newBuilder(Server.TLSOptions prototype)
public Server.TLSOptions.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Server.TLSOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Server.TLSOptions getDefaultInstance()
public static com.google.protobuf.Parser<Server.TLSOptions> parser()
public com.google.protobuf.Parser<Server.TLSOptions> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Server.TLSOptions getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2018–2020 Alibaba Group. All rights reserved.