Uses of Class
org.mockserver.netty.mcp.McpSessionManager
Packages that use McpSessionManager
Package
Description
-
Uses of McpSessionManager in org.mockserver.netty
Methods in org.mockserver.netty that return McpSessionManager -
Uses of McpSessionManager in org.mockserver.netty.grpc
Constructors in org.mockserver.netty.grpc with parameters of type McpSessionManagerModifierConstructorDescriptionGrpcMultiplexChildInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, MockServerLogger mockServerLogger, McpSessionManager mcpSessionManager, boolean sslEnabled, Certificate[] clientCertificates) -
Uses of McpSessionManager in org.mockserver.netty.http3
Constructors in org.mockserver.netty.http3 with parameters of type McpSessionManagerModifierConstructorDescriptionHttp3Server(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, LifeCycle server, McpSessionManager mcpSessionManager) Create an HTTP/3 server wired into MockServer's request pipeline, with MCP support. -
Uses of McpSessionManager in org.mockserver.netty.mcp
Methods in org.mockserver.netty.mcp that return McpSessionManagerModifier and TypeMethodDescriptionMcpRequestProcessor.getSessionManager()Returns the session manager used by this processor.Constructors in org.mockserver.netty.mcp with parameters of type McpSessionManagerModifierConstructorDescriptionMcpRequestProcessor(HttpState httpState, LifeCycle server, McpSessionManager sessionManager) McpStreamableHttpHandler(HttpState httpState, LifeCycle server, McpSessionManager sessionManager) -
Uses of McpSessionManager in org.mockserver.netty.unification
Constructors in org.mockserver.netty.unification with parameters of type McpSessionManagerModifierConstructorDescriptionPortUnificationHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory, McpSessionManager mcpSessionManager)