Uses of Enum Class
com.bytedesk.ai.springai.mcp_server.McpServerProtocolEnum
Packages that use McpServerProtocolEnum
-
Uses of McpServerProtocolEnum in com.bytedesk.ai.springai.mcp_server
Fields in com.bytedesk.ai.springai.mcp_server declared as McpServerProtocolEnumModifier and TypeFieldDescriptionprivate McpServerProtocolEnum
McpServerExcel.protocol
private McpServerProtocolEnum
McpServerRequest.protocol
private McpServerProtocolEnum
McpServerResponse.protocol
Methods in com.bytedesk.ai.springai.mcp_server that return McpServerProtocolEnumModifier and TypeMethodDescriptionstatic McpServerProtocolEnum
McpServerProtocolEnum.fromString
(String protocol) Get enum from string value (case insensitive)static McpServerProtocolEnum
Returns the enum constant of this class with the specified name.static McpServerProtocolEnum[]
McpServerProtocolEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.