Uses of Interface
dev.tachyonmcp.core.runtime.ChannelContext
Packages that use ChannelContext
Package
Description
Protocol interfaces and domain types for MCP server and client interaction.
Runtime context, session management, and SSE connection abstractions for
request processing.
Server classes
Session management — dispatch contexts, session lifecycle events, and session storage.
Netty-based HTTP and SSE transport implementation.
-
Uses of ChannelContext in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol that return ChannelContext -
Uses of ChannelContext in dev.tachyonmcp.core.runtime
Classes in dev.tachyonmcp.core.runtime that implement ChannelContext -
Uses of ChannelContext in dev.tachyonmcp.core.server
Methods in dev.tachyonmcp.core.server with parameters of type ChannelContextModifier and TypeMethodDescriptionMcpDispatcher.dispatchNotification(String method, @Nullable Object params, @Nullable String sessionId, @Nullable ChannelContext channelContext) McpDispatcher.dispatchRequestAsync(RequestId id, String method, Object params, @Nullable String sessionId, @Nullable OutboundSseStream outboundSseStream, @Nullable ChannelContext channelContext) byte[]McpDispatcher.parseError(@Nullable ChannelContext channelContext) -
Uses of ChannelContext in dev.tachyonmcp.core.server.session
Subinterfaces of ChannelContext in dev.tachyonmcp.core.server.sessionClasses in dev.tachyonmcp.core.server.session that implement ChannelContextConstructors in dev.tachyonmcp.core.server.session with parameters of type ChannelContextModifierConstructorDescriptionDefaultDispatchContext(ChannelContext channel, ServerEngine server) -
Uses of ChannelContext in dev.tachyonmcp.core.transport.netty
Fields in dev.tachyonmcp.core.transport.netty with type parameters of type ChannelContextModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<@Nullable ChannelContext> InteractionHandler.INTERACTION_CONTEXT_KEYMethods in dev.tachyonmcp.core.transport.netty that return ChannelContextModifier and TypeMethodDescriptionstatic @Nullable ChannelContextChannelHandlerUtils.getInteractionContext(io.netty.channel.ChannelHandlerContext ctx) Returns the protocol interaction context bound to this channel, ornull.static ChannelContextChannelHandlerUtils.requireInteractionContext(io.netty.channel.ChannelHandlerContext ctx)