Modifier and Type | Method and Description |
---|---|
WebSocket |
WebSocketFactory.createWebSocket(String url,
String[] protocols)
Creates a new WebSocket connection with url and protocol.
|
Constructor and Description |
---|
WebSocket(String URL) |
WebSocket(String URL,
String[] protocols)
Creates a new WebSocket instance and connects to the remote socket location.
|
WebSocket(WebSocketFactory factory,
String URL,
String[] protocols) |
Copyright © 2014. All Rights Reserved.