| java.lang.Object | |
| ↳ | com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder |
Build a WebSocketUpgradeHandler
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a
WebSocketListener that will be added to the WebSocket | |||||||||||
Build a
WebSocketUpgradeHandler | |||||||||||
Remove a
WebSocketListener | |||||||||||
Set the max size of the WebSocket byte message that will be sent.
| |||||||||||
Set the max size of the WebSocket text message that will be sent.
| |||||||||||
Set the WebSocket protocol.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Add a WebSocketListener that will be added to the WebSocket
| listener | a WebSocketListener |
|---|
Set the max size of the WebSocket byte message that will be sent.
| maxByteSize | max size of the WebSocket byte message |
|---|
Set the max size of the WebSocket text message that will be sent.
| maxTextSize | max size of the WebSocket byte message |
|---|
Set the WebSocket protocol.
| protocol | the WebSocket protocol. |
|---|