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 TypeMethodDescriptionBiFunction<McpAsyncServerExchange,McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> McpServerFeatures.AsyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.McpServerFeatures.SyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.BiFunction<McpTransportContext,McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> McpStatelessServerFeatures.AsyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.McpStatelessServerFeatures.SyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.ReadResourceRequestModifierConstructorDescriptionAsyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpAsyncServerExchange, McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> readHandler) Creates an instance of aAsyncResourceSpecificationrecord class.AsyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpTransportContext, McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> readHandler) Creates an instance of aAsyncResourceSpecificationrecord class.SyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpSyncServerExchange, McpSchema.ReadResourceRequest, McpSchema.ReadResourceResult> readHandler) Creates an instance of aSyncResourceSpecificationrecord class.SyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpTransportContext, McpSchema.ReadResourceRequest, McpSchema.ReadResourceResult> readHandler) Creates an instance of aSyncResourceSpecificationrecord class.