Uses of Class
io.grpc.ServerTransportFilter
Packages that use ServerTransportFilter
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of ServerTransportFilter in io.grpc
Methods in io.grpc with parameters of type ServerTransportFilterModifier and TypeMethodDescriptionForwardingServerBuilder.addTransportFilter(ServerTransportFilter filter) ServerBuilder.addTransportFilter(ServerTransportFilter filter) Adds aServerTransportFilter. -
Uses of ServerTransportFilter in io.grpc.internal
Fields in io.grpc.internal with type parameters of type ServerTransportFilterModifier and TypeFieldDescriptionprivate final List<ServerTransportFilter> ServerImpl.transportFilters(package private) final List<ServerTransportFilter> ServerImplBuilder.transportFiltersMethods in io.grpc.internal with parameters of type ServerTransportFilterModifier and TypeMethodDescriptionServerImplBuilder.addTransportFilter(ServerTransportFilter filter)