Package dev.tachyonmcp.core.transport.netty.sse
@NullMarked
@InternalApi
package dev.tachyonmcp.core.transport.netty.sse
Netty Server-Sent Events (SSE) transport for MCP streamable HTTP.
-
ClassesClassDescription
SseConnectionbacked by a NettyChannel.Per-POST SSE response stream.Keeps long-lived SSE streams alive across idle periods.Manages SSE stream lifecycle for GET requests: opens stateful or stateless streams viaNettySseConnection, writes opening frames and priming events, and replays missed events on reconnection.Serializes an outboundSseEventinto itstext/event-streamwire framing, writing straight into a pooled buffer fromalloc.