Uses of Interface
dev.relism.flash.ServerHandle
Packages that use ServerHandle
-
Uses of ServerHandle in dev.relism.flash
Methods in dev.relism.flash that return ServerHandleModifier and TypeMethodDescriptionstatic ServerHandleServerHandle.create(FlashConfiguration config, AbstractRouter httpRouter, AbstractWsRouter wsRouter) -
Uses of ServerHandle in dev.relism.flash.transport
Classes in dev.relism.flash.transport that implement ServerHandleModifier and TypeClassDescriptionfinal classOwns the server's lifecycle: the accept threads (one per listener ×TransportTuning.ACCEPT_THREADS), the active-socket registry, and the two-stageshutdownDrainTimeoutMs(during whichHttp1ConnectionforcesConnection: closeon the next response once it observesServerLifecycle.isStopped()), then force-close whatever remains.Methods in dev.relism.flash.transport that return ServerHandleModifier and TypeMethodDescriptionstatic ServerHandleTransportFactory.create(FlashConfiguration configuration, AbstractRouter router, AbstractWsRouter wsRouter)