Interface ServerWebSocketContainerFactory


public interface ServerWebSocketContainerFactory
  • Method Summary

    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 Details

    • 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)