Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext.SessionTicketKeysTypeCase
-
Packages that use DownstreamTlsContext.SessionTicketKeysTypeCase Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of DownstreamTlsContext.SessionTicketKeysTypeCase in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return DownstreamTlsContext.SessionTicketKeysTypeCase Modifier and Type Method Description static DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContext.SessionTicketKeysTypeCase. forNumber(int value)
DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContext.Builder. getSessionTicketKeysTypeCase()
DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContext. getSessionTicketKeysTypeCase()
DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContextOrBuilder. getSessionTicketKeysTypeCase()
static DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContext.SessionTicketKeysTypeCase. valueOf(int value)
Deprecated.static DownstreamTlsContext.SessionTicketKeysTypeCase
DownstreamTlsContext.SessionTicketKeysTypeCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DownstreamTlsContext.SessionTicketKeysTypeCase[]
DownstreamTlsContext.SessionTicketKeysTypeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-