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
Methods in io.grpc.internal with parameters of type ServerTransportFilterModifier and TypeMethodDescriptionServerImplBuilder.addTransportFilter
(ServerTransportFilter filter)