Uses of Class
io.grpc.xds.RouterFilter
-
Packages that use RouterFilter Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of RouterFilter in io.grpc.xds
Methods in io.grpc.xds that return RouterFilter Modifier and Type Method Description static RouterFilter
RouterFilter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RouterFilter[]
RouterFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-