Class McpHandlerManager
java.lang.Object
dev.tachyonmcp.core.transport.netty.McpHandlerManager
- All Implemented Interfaces:
ProtocolHandlerManager
-
Constructor Summary
ConstructorsConstructorDescriptionMcpHandlerManager(ServerEngine server, McpDispatcher dispatcher) McpHandlerManager(ServerEngine server, McpDispatcher dispatcher, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelHandlervoidonShutdownStarted(@Nullable String sessionId)
-
Constructor Details
-
McpHandlerManager
-
McpHandlerManager
-
-
Method Details
-
initHandlerName
- Specified by:
initHandlerNamein interfaceProtocolHandlerManager
-
operationHandlerName
- Specified by:
operationHandlerNamein interfaceProtocolHandlerManager
-
createOperationHandler
public io.netty.channel.ChannelHandler createOperationHandler()- Specified by:
createOperationHandlerin interfaceProtocolHandlerManager
-
onShutdownStarted
- Specified by:
onShutdownStartedin interfaceProtocolHandlerManager
-