Uses of Class
io.grpc.ServerTransportFilter
-
Packages that use ServerTransportFilter Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ServerTransportFilter in io.grpc
Methods in io.grpc with parameters of type ServerTransportFilter Modifier and Type Method Description TForwardingServerBuilder. addTransportFilter(ServerTransportFilter filter)TServerBuilder. addTransportFilter(ServerTransportFilter filter)Adds aServerTransportFilter. -
Uses of ServerTransportFilter in io.grpc.internal
Fields in io.grpc.internal with type parameters of type ServerTransportFilter Modifier and Type Field Description private java.util.List<ServerTransportFilter>ServerImpl. transportFilters(package private) java.util.List<ServerTransportFilter>ServerImplBuilder. transportFiltersMethods in io.grpc.internal with parameters of type ServerTransportFilter Modifier and Type Method Description ServerImplBuilderServerImplBuilder. addTransportFilter(ServerTransportFilter filter)
-