Interface ServerWebSocketContainerFactory


  • public interface ServerWebSocketContainerFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.undertow.websockets.ServerWebSocketContainer create​(io.undertow.websockets.util.ObjectIntrospecter objectIntrospecter, ClassLoader classLoader, Supplier<io.netty.channel.EventLoopGroup> eventLoopSupplier, List<io.undertow.websockets.util.ContextSetupHandler> contextSetupHandlers, boolean dispatchToWorker, InetSocketAddress clientBindAddress, io.undertow.websockets.WebSocketReconnectHandler reconnectHandler, Supplier<Executor> executorSupplier, List<jakarta.websocket.Extension> installedExtensions, int maxFrameSize, Supplier<Principal> currentUserSupplier)  
    • Method Detail

      • create

        io.undertow.websockets.ServerWebSocketContainer create​(io.undertow.websockets.util.ObjectIntrospecter objectIntrospecter,
                                                               ClassLoader classLoader,
                                                               Supplier<io.netty.channel.EventLoopGroup> eventLoopSupplier,
                                                               List<io.undertow.websockets.util.ContextSetupHandler> contextSetupHandlers,
                                                               boolean dispatchToWorker,
                                                               InetSocketAddress clientBindAddress,
                                                               io.undertow.websockets.WebSocketReconnectHandler reconnectHandler,
                                                               Supplier<Executor> executorSupplier,
                                                               List<jakarta.websocket.Extension> installedExtensions,
                                                               int maxFrameSize,
                                                               Supplier<Principal> currentUserSupplier)