Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.TransportType
-
Packages that use TransportType Package Description io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 -
-
Uses of TransportType in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return TransportType Modifier and Type Method Description static TransportTypeTransportType. forNumber(int value)TransportTypeThriftProtocolOptions.Builder. getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.TransportTypeThriftProtocolOptions. getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.TransportTypeThriftProtocolOptionsOrBuilder. getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.TransportTypeThriftProxy.Builder. getTransport()Supplies the type of transport that the Thrift proxy should use.TransportTypeThriftProxy. getTransport()Supplies the type of transport that the Thrift proxy should use.TransportTypeThriftProxyOrBuilder. getTransport()Supplies the type of transport that the Thrift proxy should use.static TransportTypeTransportType. valueOf(int value)Deprecated.static TransportTypeTransportType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TransportTypeTransportType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportType[]TransportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return types with arguments of type TransportType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TransportType>TransportType. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type TransportType Modifier and Type Method Description ThriftProtocolOptions.BuilderThriftProtocolOptions.Builder. setTransport(TransportType value)Supplies the type of transport that the Thrift proxy should use for upstream connections.ThriftProxy.BuilderThriftProxy.Builder. setTransport(TransportType value)Supplies the type of transport that the Thrift proxy should use. -
Uses of TransportType in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3
Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 that return TransportType Modifier and Type Method Description TransportTypeThrift.Builder. getTransport()Configures the transport type to be used with the health checks.TransportTypeThrift. getTransport()Configures the transport type to be used with the health checks.TransportTypeThriftOrBuilder. getTransport()Configures the transport type to be used with the health checks.Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 with parameters of type TransportType Modifier and Type Method Description Thrift.BuilderThrift.Builder. setTransport(TransportType value)Configures the transport type to be used with the health checks.
-