Uses of Class
io.grpc.protobuf.services.ProtoReflectionServiceV1.ServerReflectionIndex
-
Packages that use ProtoReflectionServiceV1.ServerReflectionIndex Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of ProtoReflectionServiceV1.ServerReflectionIndex in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services declared as ProtoReflectionServiceV1.ServerReflectionIndex Modifier and Type Field Description private ProtoReflectionServiceV1.ServerReflectionIndex
ProtoReflectionServiceV1.ProtoReflectionStreamObserver. serverReflectionIndex
Fields in io.grpc.protobuf.services with type parameters of type ProtoReflectionServiceV1.ServerReflectionIndex Modifier and Type Field Description private java.util.Map<Server,ProtoReflectionServiceV1.ServerReflectionIndex>
ProtoReflectionServiceV1. serverReflectionIndexes
Methods in io.grpc.protobuf.services that return ProtoReflectionServiceV1.ServerReflectionIndex Modifier and Type Method Description private ProtoReflectionServiceV1.ServerReflectionIndex
ProtoReflectionServiceV1. getRefreshedIndex()
Retrieves the index for services of the server that dispatches the current call.Constructors in io.grpc.protobuf.services with parameters of type ProtoReflectionServiceV1.ServerReflectionIndex Constructor Description ProtoReflectionStreamObserver(ProtoReflectionServiceV1.ServerReflectionIndex serverReflectionIndex, ServerCallStreamObserver<ServerReflectionResponse> serverCallStreamObserver)
-