Interface TransportFactory<T>

Type Parameters:
T - the type of raw connection (e.g., WebSocket Session, HTTP Exchange)

public interface TransportFactory<T>
Factory for creating transport instances from raw connections.

Implementations of this interface wrap protocol-specific connections (WebSocket sessions, HTTP requests, etc.) in the transport abstraction layer used by YHocuspocus.