Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ReadResourceRequest
Packages that use McpSchema.ReadResourceRequest
-
Uses of McpSchema.ReadResourceRequest in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.ReadResourceRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.ReadResourceResult>McpAsyncClient.readResource(McpSchema.ReadResourceRequest readResourceRequest) Reads the content of a specific resource identified by the provided request.McpSyncClient.readResource(McpSchema.ReadResourceRequest readResourceRequest) Send a resources/read request. -
Uses of McpSchema.ReadResourceRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.ReadResourceRequestModifier and TypeMethodDescriptionFunction<McpSchema.ReadResourceRequest,reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> McpServerFeatures.AsyncResourceRegistration.readHandler()Deprecated.Returns the value of thereadHandlerrecord component.BiFunction<McpAsyncServerExchange,McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> McpServerFeatures.AsyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.McpServerFeatures.SyncResourceRegistration.readHandler()Deprecated.Returns the value of thereadHandlerrecord component.McpServerFeatures.SyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.ReadResourceRequestModifierConstructorDescriptionAsyncResourceRegistration(McpSchema.Resource resource, Function<McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> readHandler) Deprecated.Creates an instance of aAsyncResourceRegistrationrecord class.AsyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpAsyncServerExchange, McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> readHandler) Creates an instance of aAsyncResourceSpecificationrecord class.SyncResourceRegistration(McpSchema.Resource resource, Function<McpSchema.ReadResourceRequest, McpSchema.ReadResourceResult> readHandler) Deprecated.Creates an instance of aSyncResourceRegistrationrecord class.SyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpSyncServerExchange, McpSchema.ReadResourceRequest, McpSchema.ReadResourceResult> readHandler) Creates an instance of aSyncResourceSpecificationrecord class.