Uses of Class
io.grpc.internal.ServerCallImpl
-
Packages that use ServerCallImpl Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ServerCallImpl in io.grpc.internal
Fields in io.grpc.internal declared as ServerCallImpl Modifier and Type Field Description private ServerCallImpl<ReqT,?>ServerCallImpl.ServerStreamListenerImpl. call(package private) ServerCallImpl<ReqT,RespT>ServerImpl.ServerTransportListenerImpl.ServerCallParameters. callConstructors in io.grpc.internal with parameters of type ServerCallImpl Constructor Description ServerCallParameters(ServerCallImpl<ReqT,RespT> call, ServerCallHandler<ReqT,RespT> callHandler)ServerStreamListenerImpl(ServerCallImpl<ReqT,?> call, ServerCall.Listener<ReqT> listener, Context.CancellableContext context)
-