Uses of Class
io.grpc.reflection.v1.ServerReflectionResponse
-
Packages that use ServerReflectionResponse Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.reflection.v1 -
-
Uses of ServerReflectionResponse in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type ServerReflectionResponse Modifier and Type Field Description private ServerCallStreamObserver<ServerReflectionResponse>
ProtoReflectionServiceV1.ProtoReflectionStreamObserver. serverCallStreamObserver
Methods in io.grpc.protobuf.services that return ServerReflectionResponse Modifier and Type Method Description private ServerReflectionResponse
ProtoReflectionServiceV1.ProtoReflectionStreamObserver. createServerReflectionResponse(ServerReflectionRequest request, com.google.protobuf.Descriptors.FileDescriptor fd)
Methods in io.grpc.protobuf.services that return types with arguments of type ServerReflectionResponse Modifier and Type Method Description private ServerCallHandler<ServerReflectionRequest,ServerReflectionResponse>
ProtoReflectionService. createServerCallHandler(ServerServiceDefinition serverServiceDefinition)
Method parameters in io.grpc.protobuf.services with type arguments of type ServerReflectionResponse Modifier and Type Method Description StreamObserver<ServerReflectionRequest>
ProtoReflectionServiceV1. serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
Constructor parameters in io.grpc.protobuf.services with type arguments of type ServerReflectionResponse Constructor Description ProtoReflectionStreamObserver(ProtoReflectionServiceV1.ServerReflectionIndex serverReflectionIndex, ServerCallStreamObserver<ServerReflectionResponse> serverCallStreamObserver)
-
Uses of ServerReflectionResponse in io.grpc.reflection.v1
Fields in io.grpc.reflection.v1 declared as ServerReflectionResponse Modifier and Type Field Description private static ServerReflectionResponse
ServerReflectionResponse. DEFAULT_INSTANCE
Fields in io.grpc.reflection.v1 with type parameters of type ServerReflectionResponse Modifier and Type Field Description private static MethodDescriptor<ServerReflectionRequest,ServerReflectionResponse>
ServerReflectionGrpc. getServerReflectionInfoMethod
private static com.google.protobuf.Parser<ServerReflectionResponse>
ServerReflectionResponse. PARSER
Methods in io.grpc.reflection.v1 that return ServerReflectionResponse Modifier and Type Method Description ServerReflectionResponse
ServerReflectionResponse.Builder. build()
ServerReflectionResponse
ServerReflectionResponse.Builder. buildPartial()
static ServerReflectionResponse
ServerReflectionResponse. getDefaultInstance()
ServerReflectionResponse
ServerReflectionResponse.Builder. getDefaultInstanceForType()
ServerReflectionResponse
ServerReflectionResponse. getDefaultInstanceForType()
static ServerReflectionResponse
ServerReflectionResponse. parseDelimitedFrom(java.io.InputStream input)
static ServerReflectionResponse
ServerReflectionResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(byte[] data)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(com.google.protobuf.ByteString data)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(java.io.InputStream input)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(java.nio.ByteBuffer data)
static ServerReflectionResponse
ServerReflectionResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.reflection.v1 that return types with arguments of type ServerReflectionResponse Modifier and Type Method Description com.google.protobuf.Parser<ServerReflectionResponse>
ServerReflectionResponse. getParserForType()
static MethodDescriptor<ServerReflectionRequest,ServerReflectionResponse>
ServerReflectionGrpc. getServerReflectionInfoMethod()
static com.google.protobuf.Parser<ServerReflectionResponse>
ServerReflectionResponse. parser()
Methods in io.grpc.reflection.v1 with parameters of type ServerReflectionResponse Modifier and Type Method Description private void
ServerReflectionResponse.Builder. buildPartial0(ServerReflectionResponse result)
private void
ServerReflectionResponse.Builder. buildPartialOneofs(ServerReflectionResponse result)
ServerReflectionResponse.Builder
ServerReflectionResponse.Builder. mergeFrom(ServerReflectionResponse other)
static ServerReflectionResponse.Builder
ServerReflectionResponse. newBuilder(ServerReflectionResponse prototype)
Method parameters in io.grpc.reflection.v1 with type arguments of type ServerReflectionResponse Modifier and Type Method Description default StreamObserver<ServerReflectionRequest>
ServerReflectionGrpc.AsyncService. serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.StreamObserver<ServerReflectionRequest>
ServerReflectionGrpc.ServerReflectionStub. serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-