Uses of Class
dev.relism.flash.extension.FlashConfiguration
Packages that use FlashConfiguration
-
Uses of FlashConfiguration in dev.relism.flash
Methods in dev.relism.flash with parameters of type FlashConfigurationModifier and TypeMethodDescriptionstatic ServerHandleServerHandle.create(FlashConfiguration config, AbstractRouter httpRouter, AbstractWsRouter wsRouter) -
Uses of FlashConfiguration in dev.relism.flash.extension
Methods in dev.relism.flash.extension with parameters of type FlashConfiguration -
Uses of FlashConfiguration in dev.relism.flash.transport
Methods in dev.relism.flash.transport that return FlashConfigurationModifier and TypeMethodDescriptionConnectionContext.configuration()Returns the value of theconfigurationrecord component.Methods in dev.relism.flash.transport with parameters of type FlashConfigurationModifier and TypeMethodDescriptionstatic ServerHandleTransportFactory.create(FlashConfiguration configuration, AbstractRouter router, AbstractWsRouter wsRouter) Constructors in dev.relism.flash.transport with parameters of type FlashConfigurationModifierConstructorDescriptionConnectionContext(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) ServerLifecycle(List<BoundListener> listeners, ConnectionRunner runner, FlashConfiguration configuration, ExecutorService executorService, Set<Socket> activeSockets)