Class ContainerProvider


  • public abstract class ContainerProvider
    extends java.lang.Object
    Use the ServiceLoader mechanism to provide instances of the WebSocket client container.
    • Constructor Detail

      • ContainerProvider

        public ContainerProvider()
    • Method Detail

      • getWebSocketContainer

        public static WebSocketContainer getWebSocketContainer()
        Create a new container used to create outgoing WebSocket connections.
        Returns:
        A newly created container.