Uses of Interface
dev.tachyonmcp.core.server.internal.ServerEngine
Packages that use ServerEngine
Package
Description
Generated transport (SSE/Streamable HTTP) codecs for the MCP 2026-07-28 protocol version.
Server classes
Resource registry implementations for managing resource and resource template definitions.
Task registry implementations for managing long-running task operations.
Internal MCP method handler implementations.
Session management — dispatch contexts, session lifecycle events, and session storage.
Netty-based HTTP and SSE transport implementation.
Netty Server-Sent Events (SSE) transport for MCP streamable HTTP.
-
Uses of ServerEngine in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.transport
Constructors in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.transport with parameters of type ServerEngine -
Uses of ServerEngine in dev.tachyonmcp.core.server
Constructors in dev.tachyonmcp.core.server with parameters of type ServerEngine -
Uses of ServerEngine in dev.tachyonmcp.core.server.features.resources
Constructors in dev.tachyonmcp.core.server.features.resources with parameters of type ServerEngineModifierConstructorDescriptionDefaultResourceRegistry(ServerEngine server, ResourcesConfig config) Creates a resource registry bound to the given server (for broadcasting subscription notifications). -
Uses of ServerEngine in dev.tachyonmcp.core.server.features.tasks
Constructors in dev.tachyonmcp.core.server.features.tasks with parameters of type ServerEngine -
Uses of ServerEngine in dev.tachyonmcp.core.server.handlers
Constructors in dev.tachyonmcp.core.server.handlers with parameters of type ServerEngineModifierConstructorDescriptionDiscoverHandler(ServerEngine server) InitializeHandler(ServerEngine server, List<ServerExtension> extensions) -
Uses of ServerEngine in dev.tachyonmcp.core.server.session
Methods in dev.tachyonmcp.core.server.session that return ServerEngineModifier and TypeMethodDescriptionDefaultDispatchContext.engine()DispatchContext.engine()Returns the owningServerEngine.NoopInteractionContext.engine()Methods in dev.tachyonmcp.core.server.session with parameters of type ServerEngineModifier and TypeMethodDescriptionstatic DispatchContextDefaultDispatchContext.create(Protocol protocol, ServerEngine server) static DispatchContextDefaultDispatchContext.stateless(ServerEngine server) Constructors in dev.tachyonmcp.core.server.session with parameters of type ServerEngineModifierConstructorDescriptionDefaultDispatchContext(ChannelContext channel, ServerEngine server) -
Uses of ServerEngine in dev.tachyonmcp.core.transport.netty
Methods in dev.tachyonmcp.core.transport.netty with parameters of type ServerEngineModifier and TypeMethodDescriptionstatic voidChannelHandlerUtils.captureInitRequest(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpRequest req, ServerEngine server) When a customSessionIdGeneratoris configured on a stateful server, stashes a detached copy of the request (method/URI/headers) on the channel's interaction context so the generator can read it at session-creation time.Constructors in dev.tachyonmcp.core.transport.netty with parameters of type ServerEngineModifierConstructorDescriptionMcpChannelInitializer(String endpointPath, boolean stateless, ServerEngine server, Duration readerIdleTimeout, Duration writerIdleTimeout, int maxContentLength, io.netty.channel.group.ChannelGroup childChannels, @Nullable io.netty.handler.codec.http.cors.CorsConfig corsConfig, @Nullable Consumer<io.netty.channel.ChannelPipeline> pipelineCustomizer) McpHandlerManager(ServerEngine server, McpDispatcher dispatcher) McpHandlerManager(ServerEngine server, McpDispatcher dispatcher, Executor executor) McpInitializationHandler(ServerEngine server, McpDispatcher dispatcher, Executor executor) McpOperationHandler(ServerEngine server, McpDispatcher dispatcher, Executor executor) NettyServer(int port, ServerEngine server) NettyServer(ServerEngine server, NettyServerConfig config) -
Uses of ServerEngine in dev.tachyonmcp.core.transport.netty.sse
Constructors in dev.tachyonmcp.core.transport.netty.sse with parameters of type ServerEngine