Uses of Class
dev.relism.flash.routing.AbstractWsRouter
Packages that use AbstractWsRouter
Package
Description
-
Uses of AbstractWsRouter in dev.relism.flash
Methods in dev.relism.flash with parameters of type AbstractWsRouterModifier and TypeMethodDescriptionstatic ServerHandleServerHandle.create(FlashConfiguration config, AbstractRouter httpRouter, AbstractWsRouter wsRouter) -
Uses of AbstractWsRouter in dev.relism.flash.http2.stream
Methods in dev.relism.flash.http2.stream with parameters of type AbstractWsRouter -
Uses of AbstractWsRouter in dev.relism.flash.routing
Methods in dev.relism.flash.routing that return AbstractWsRouterModifier and TypeMethodDescriptionprotected abstract AbstractWsRouterAbstractWsRouter.addRoute(HttpMethod method, String path, WebSocketHandler handler) final AbstractWsRouterAbstractWsRouter.register(HttpMethod method, String path, WebSocketHandler handler) -
Uses of AbstractWsRouter in dev.relism.flash.routing.routers.fastpathrouter
Subclasses of AbstractWsRouter in dev.relism.flash.routing.routers.fastpathrouterModifier and TypeClassDescriptionfinal classWebSocket-upgrade counterpart ofFastPathRouterImpl— samefpr-corematching viaFastPathWsRouterImpl.newScratch()in place of theThreadLocals this class used to hold).Methods in dev.relism.flash.routing.routers.fastpathrouter that return AbstractWsRouterModifier and TypeMethodDescriptionprotected AbstractWsRouterFastPathWsRouterImpl.addRoute(HttpMethod method, String path, WebSocketHandler handler) -
Uses of AbstractWsRouter in dev.relism.flash.transport
Methods in dev.relism.flash.transport that return AbstractWsRouterModifier and TypeMethodDescriptionConnectionContext.wsRouter()Returns the value of thewsRouterrecord component.Methods in dev.relism.flash.transport with parameters of type AbstractWsRouterModifier and TypeMethodDescriptionstatic ServerHandleTransportFactory.create(FlashConfiguration configuration, AbstractRouter router, AbstractWsRouter wsRouter) Constructors in dev.relism.flash.transport with parameters of type AbstractWsRouterModifierConstructorDescriptionConnectionContext(Socket socket, SSLSocket sslSocket, BufferedByteSource in, OutputStream out, OutputStream rawOut, InetSocketAddress remoteAddress, ConnectionScratch scratch, AbstractRouter router, AbstractWsRouter wsRouter, FlashConfiguration configuration, ExecutorService executor, BooleanSupplier stopped) Creates an instance of aConnectionContextrecord class.ConnectionRunner(ExecutorService executorService, Set<Socket> activeSockets, ScratchPool scratchPool, AbstractRouter router, AbstractWsRouter wsRouter, FlashConfiguration configuration, ConnectionProtocol http1Protocol, Supplier<? extends ConnectionProtocol> http2ProtocolFactory)