Class FastPathWsRouterImpl

java.lang.Object
dev.relism.flash.routing.AbstractWsRouter
dev.relism.flash.routing.routers.fastpathrouter.FastPathWsRouterImpl

public final class FastPathWsRouterImpl extends AbstractWsRouter
WebSocket-upgrade counterpart of FastPathRouterImpl — same fpr-core matching via newScratch() in place of the ThreadLocals this class used to hold). Unlike registry entry names FastPathRouterImpl.route specifically) and still allocates a fresh PathParams per matched, parametric WebSocket upgrade — WebSocket upgrades are inherently rare relative to ordinary requests (one per connection, not one per message), so this was not flagged as a hot-path allocation concern.