Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol
-
Packages that use TlsParameters.TlsProtocol Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of TlsParameters.TlsProtocol in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as TlsParameters.TlsProtocol Modifier and Type Field Description private static TlsParameters.TlsProtocol[]
TlsParameters.TlsProtocol. VALUES
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type TlsParameters.TlsProtocol Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.TlsProtocol>
TlsParameters.TlsProtocol. internalValueMap
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsParameters.TlsProtocol Modifier and Type Method Description static TlsParameters.TlsProtocol
TlsParameters.TlsProtocol. forNumber(int value)
TlsParameters.TlsProtocol
TlsParameters.Builder. getTlsMaximumProtocolVersion()
Maximum TLS protocol version.TlsParameters.TlsProtocol
TlsParameters. getTlsMaximumProtocolVersion()
Maximum TLS protocol version.TlsParameters.TlsProtocol
TlsParametersOrBuilder. getTlsMaximumProtocolVersion()
Maximum TLS protocol version.TlsParameters.TlsProtocol
TlsParameters.Builder. getTlsMinimumProtocolVersion()
Minimum TLS protocol version.TlsParameters.TlsProtocol
TlsParameters. getTlsMinimumProtocolVersion()
Minimum TLS protocol version.TlsParameters.TlsProtocol
TlsParametersOrBuilder. getTlsMinimumProtocolVersion()
Minimum TLS protocol version.static TlsParameters.TlsProtocol
TlsParameters.TlsProtocol. valueOf(int value)
Deprecated.static TlsParameters.TlsProtocol
TlsParameters.TlsProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TlsParameters.TlsProtocol
TlsParameters.TlsProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TlsParameters.TlsProtocol[]
TlsParameters.TlsProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type TlsParameters.TlsProtocol Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.TlsProtocol>
TlsParameters.TlsProtocol. internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsParameters.TlsProtocol Modifier and Type Method Description TlsParameters.Builder
TlsParameters.Builder. setTlsMaximumProtocolVersion(TlsParameters.TlsProtocol value)
Maximum TLS protocol version.TlsParameters.Builder
TlsParameters.Builder. setTlsMinimumProtocolVersion(TlsParameters.TlsProtocol value)
Minimum TLS protocol version.
-