Searched defs:WebSocketClientFactory (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java59 * <p>WebSocketClientFactory contains the common components needed by multiple {@link WebSocketClient} instances
67 public class WebSocketClientFactory extends AggregateLifeCycle class in inherits:AggregateLifeCycle
69 private final static Logger __log = org.eclipse.jetty.util.log.Log.getLogger(WebSocketClientFactory.class.getName());
80 * <p>Creates a WebSocketClientFactory with the default configuration.</p>
82 public WebSocketClientFactory() method in class:WebSocketClientFactory
89 * <p>Creates a WebSocketClientFactory with the given ThreadPool and the default configuration.</p>
93 public WebSocketClientFactory(ThreadPool threadPool) method in class:WebSocketClientFactory
100 * <p>Creates a WebSocketClientFactory with the given ThreadPool and the given MaskGen.</p>
105 public WebSocketClientFactory(ThreadPool threadPool, MaskGen maskGen) method in class:WebSocketClientFactory
113 * <p>Creates a WebSocketClientFactory wit
119 public WebSocketClientFactory(ThreadPool threadPool, MaskGen maskGen, int bufferSize) method in class:WebSocketClientFactory
[all...]

Completed in 99 milliseconds