Uses of Interface
dev.tachyonmcp.api.server.features.resources.ResourceRequest.Builder
Packages that use ResourceRequest.Builder
Package
Description
Resource feature types and function interfaces.
-
Uses of ResourceRequest.Builder in dev.tachyonmcp.api.server.features.resources
Methods in dev.tachyonmcp.api.server.features.resources that return ResourceRequest.BuilderModifier and TypeMethodDescriptionstatic ResourceRequest.BuilderResourceRequest.builder()Creates a new builder forResourceRequest.ResourceRequest.Builder.inputResponses(@Nullable Map<String, ?> inputResponses) Sets the client responses supplied when retrying an input-required resource read.Sets the optional protocol extension metadata.ResourceRequest.Builder.params(Map<String, ? extends UriTemplateValue> params) Sets the URI-template variable values extracted during template matching.ResourceRequest.Builder.requestState(@Nullable String requestState) Sets the opaque request state supplied when retrying an input-required resource read.Sets the resource URI being requested.ResourceRequest.Builder.uriTemplate(@Nullable String uriTemplate) Sets the URI template that matched the request.