Uses of Enum Class
com.mulesoft.connectors.mcp.api.server.StreamableMimeType
Packages that use StreamableMimeType
Package
Description
-
Uses of StreamableMimeType in com.mulesoft.connectors.mcp.api.server
Methods in com.mulesoft.connectors.mcp.api.server that return StreamableMimeTypeModifier and TypeMethodDescriptionstatic StreamableMimeTypeReturns the enum constant of this class with the specified name.static StreamableMimeType[]StreamableMimeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StreamableMimeType in com.mulesoft.connectors.mcp.internal.server.connection.provider.streamable
Constructors in com.mulesoft.connectors.mcp.internal.server.connection.provider.streamable with parameters of type StreamableMimeTypeModifierConstructorDescriptionStreamableHttpServerTransportProvider(String refName, org.mule.runtime.http.api.server.HttpServer httpServer, org.mule.runtime.api.scheduler.Scheduler scheduler, String mcpEndpointPath, StreamableMimeType streamableMimeType, SessionManager sessionManager, org.mule.runtime.api.util.MultiMap<String, String> defaultResponseHeaders)