Class ClientContainer

  • All Implemented Interfaces:
    WebSocketContainer, org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle, org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope

    @ManagedObject("JSR356 Client Container")
    public class ClientContainer
    extends org.eclipse.jetty.util.component.ContainerLifeCycle
    implements WebSocketContainer, org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
    Container for Client use of the javax.websocket API.

    This should be specific to a JVM if run in a standalone mode. or specific to a WebAppContext if running on the Jetty server.