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 T
ForwardingServerBuilder. addTransportFilter(ServerTransportFilter filter)
T
ServerBuilder. 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. transportFilters
Methods in io.grpc.internal with parameters of type ServerTransportFilter Modifier and Type Method Description ServerImplBuilder
ServerImplBuilder. addTransportFilter(ServerTransportFilter filter)
-