跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z 

W

waitForTerminalExit(AcpSchema.WaitForTerminalExitRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
Waits for a terminal to exit.
waitForTerminalExit(AcpSchema.WaitForTerminalExitRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Waits for a terminal to exit.
waitForTerminalExit(AcpSchema.WaitForTerminalExitRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Waits for a terminal to exit.
waitForTerminalExit(AcpSchema.WaitForTerminalExitRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Waits for a terminal to exit.
waitForTerminalExitHandler(Function<AcpSchema.WaitForTerminalExitRequest, Mono<AcpSchema.WaitForTerminalExitResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
Adds a typed handler for wait-for-terminal-exit requests from the agent.
waitForTerminalExitHandler(Function<AcpSchema.WaitForTerminalExitRequest, AcpSchema.WaitForTerminalExitResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
Adds a typed handler for wait-for-terminal-exit requests from the agent.
WaitForTerminalExitRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.WaitForTerminalExitRequest
 
WaitForTerminalExitResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.WaitForTerminalExitResponse
 
WeaviateClient - org.noear.solon.ai.rag.repository.weaviate中的类
Weaviate API 客户端 封装 Weaviate REST / GraphQL 接口调用
WeaviateClient(String) - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.WeaviateClient
 
WeaviateClient(String, String, String) - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.WeaviateClient
带基本认证的构造方法
WeaviateClient(String, String) - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.WeaviateClient
带令牌认证的构造方法
WeaviateRepository - org.noear.solon.ai.rag.repository中的类
Weaviate 矢量存储知识库 基于 Weaviate REST / GraphQL 接口 说明: 1.
WeaviateRepository.Builder - org.noear.solon.ai.rag.repository中的类
 
webClientBuilder(HttpUtilsBuilder) - 类 中的方法io.modelcontextprotocol.client.transport.WebRxStreamableHttpTransport.Builder
Configure the HttpUtilsBuilder to construct the HttpUtils.
WebCrawlerSkill - org.noear.solon.ai.skills.crawler中的类
网页抓取技能:为 AI 代理提供实时互联网信息的“阅读器”。
WebCrawlerSkill(WebCrawlerSkill.CrawlerDriver, String) - 类 的构造器org.noear.solon.ai.skills.crawler.WebCrawlerSkill
 
WebCrawlerSkill.CrawlerDriver - org.noear.solon.ai.skills.crawler中的接口
 
webhookUrl - 类 中的变量org.noear.solon.ai.skills.social.AbsWebhookSkill
 
WebInputCom - org.noear.solon.ai.flow.components.inputs中的类
文本输入组件
WebInputCom() - 类 的构造器org.noear.solon.ai.flow.components.inputs.WebInputCom
 
WebOutputCom - org.noear.solon.ai.flow.components.outputs中的类
文本输出组件
WebOutputCom() - 类 的构造器org.noear.solon.ai.flow.components.outputs.WebOutputCom
 
WebRxSseClientTransport - io.modelcontextprotocol.client.transport中的类
Server-Sent Events (SSE) implementation of the McpTransport that follows the MCP HTTP with SSE transport specification.
WebRxSseClientTransport(HttpUtilsBuilder, McpJsonMapper) - 类 的构造器io.modelcontextprotocol.client.transport.WebRxSseClientTransport
Constructs a new SseClientTransport with the specified WebClient builder and ObjectMapper.
WebRxSseClientTransport(HttpUtilsBuilder, McpJsonMapper, String) - 类 的构造器io.modelcontextprotocol.client.transport.WebRxSseClientTransport
Constructs a new SseClientTransport with the specified WebClient builder and ObjectMapper.
WebRxSseClientTransport.Builder - io.modelcontextprotocol.client.transport中的类
WebRxSseServerTransportProvider - io.modelcontextprotocol.server.transport中的类
Server-side implementation of the Model Context Protocol (MCP) transport layer using HTTP with Server-Sent Events (SSE) through Spring WebMVC.
WebRxSseServerTransportProvider(McpJsonMapper, String, String, String, Duration, McpTransportContextExtractor<Context>) - 类 的构造器io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider
已过时。
Use the builder WebRxSseServerTransportProvider.builder() instead for better configuration options.
WebRxSseServerTransportProvider.Builder - io.modelcontextprotocol.server.transport中的类
Builder for creating instances of WebRxSseServerTransportProvider.
WebRxStatelessServerTransport - io.modelcontextprotocol.server.transport中的类
Implementation of a WebFlux based McpStatelessServerTransport.
WebRxStatelessServerTransport.Builder - io.modelcontextprotocol.server.transport中的类
Builder for creating instances of WebRxStatelessServerTransport.
WebRxStreamableHttpTransport - io.modelcontextprotocol.client.transport中的类
An implementation of the Streamable HTTP protocol as defined by the 2025-03-26 version of the MCP specification.
WebRxStreamableHttpTransport.Builder - io.modelcontextprotocol.client.transport中的类
WebRxStreamableServerTransportProvider - io.modelcontextprotocol.server.transport中的类
Server-side implementation of the Model Context Protocol (MCP) streamable transport layer using HTTP with Server-Sent Events (SSE) through Spring WebMVC.
WebRxStreamableServerTransportProvider.Builder - io.modelcontextprotocol.server.transport中的类
Builder for creating instances of WebRxStreamableServerTransportProvider.
WebSearchRepository - org.noear.solon.ai.rag.repository中的类
已过时。
WebSearchRepository(AiConfig) - 类 的构造器org.noear.solon.ai.rag.repository.WebSearchRepository
已过时。
 
WebSearchRepository(EmbeddingModel, AiConfig) - 类 的构造器org.noear.solon.ai.rag.repository.WebSearchRepository
已过时。
 
WebSearchRepository.Builder - org.noear.solon.ai.rag.repository中的类
已过时。
构建器
WebSearchSkill - org.noear.solon.ai.skills.search中的类
联网搜索技能:为 AI 代理提供实时动态的互联网信息检索能力。
WebSearchSkill(WebSearchSkill.SearchDriver, String) - 类 的构造器org.noear.solon.ai.skills.search.WebSearchSkill
 
WebSearchSkill.SearchDriver - org.noear.solon.ai.skills.search中的接口
 
WebSearchSkill.SearchResult - org.noear.solon.ai.skills.search中的类
 
WebSocketSolonAcpAgentTransport - com.agentclientprotocol.sdk.agent.transport中的类
支持多租户的 ACP WebSocket 传输实现。
WebSocketSolonAcpAgentTransport(McpJsonMapper) - 类 的构造器com.agentclientprotocol.sdk.agent.transport.WebSocketSolonAcpAgentTransport
 
WebSocketSolonAcpAgentTransport(String, McpJsonMapper) - 类 的构造器com.agentclientprotocol.sdk.agent.transport.WebSocketSolonAcpAgentTransport
 
WebSocketSolonAcpAgentTransport.AcpWebSocketEndpoint - com.agentclientprotocol.sdk.agent.transport中的类
WebSocket 事件监听器实现
WebSocketSolonAcpClientTransport - com.agentclientprotocol.sdk.client.transport中的类
Implementation of the ACP WebSocket transport for clients that communicates with an agent using WebSocket connections.
WebSocketSolonAcpClientTransport(URI, McpJsonMapper) - 类 的构造器com.agentclientprotocol.sdk.client.transport.WebSocketSolonAcpClientTransport
Creates a new WebSocketAcpClientTransport with the specified server URI and JsonMapper.
WeComSkill - org.noear.solon.ai.skills.social中的类
企业微信(WeCom)社交技能:为 AI 提供企业级通讯录成员及群聊的触达能力。
WeComSkill(String) - 类 的构造器org.noear.solon.ai.skills.social.WeComSkill
 
WordLoader - org.noear.solon.ai.rag.loader中的类
Word 文档加载器 读取Word内容,并转换为文本
WordLoader(File) - 类 的构造器org.noear.solon.ai.rag.loader.WordLoader
 
WordLoader(URL) - 类 的构造器org.noear.solon.ai.rag.loader.WordLoader
 
WordLoader(SupplierEx<InputStream>) - 类 的构造器org.noear.solon.ai.rag.loader.WordLoader
 
WordLoader.LoadMode - org.noear.solon.ai.rag.loader中的枚举
 
WordLoader.Options - org.noear.solon.ai.rag.loader中的类
选项
workDir(String) - 类 中的方法org.noear.solon.ai.skills.claudecode.SolonCodeCLI
已过时。
 
workDir(String) - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
 
write(String, String) - 类 中的方法org.noear.solon.ai.skills.claudecode.CliSkill
已过时。
 
write(String, String) - 类 中的方法org.noear.solon.ai.skills.file.FileReadWriteSkill
 
writeFile(String, String) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Writes content to a text file on the client's file system.
writeFile(String, String) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Writes content to a text file on the client's file system.
writeTextFile(AcpSchema.WriteTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
Requests the client to write a text file.
writeTextFile(AcpSchema.WriteTextFileRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Requests the client to write a text file.
writeTextFile(AcpSchema.WriteTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Requests the client to write a text file.
writeTextFile(AcpSchema.WriteTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Requests the client to write a text file.
writeTextFile(boolean) - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities.Builder
 
writeTextFile() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.FileSystemCapability
 
writeTextFileHandler(Function<AcpSchema.WriteTextFileRequest, Mono<AcpSchema.WriteTextFileResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
Adds a typed handler for file system write requests from the agent.
writeTextFileHandler(Function<AcpSchema.WriteTextFileRequest, AcpSchema.WriteTextFileResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
Adds a typed handler for file system write requests from the agent.
WriteTextFileRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.WriteTextFileRequest
 
WriteTextFileResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.WriteTextFileResponse
 
writeToFile(String, String) - 类 中的方法org.noear.solon.ai.skills.cli.CliSkill
 
writeValueAsBytes(Object) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
 
writeValueAsBytes(Object) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
Serialize an object to JSON bytes.
writeValueAsString(Object) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
 
writeValueAsString(Object) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
Serialize an object to JSON string.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接