Modifier and Type | Method and Description |
---|---|
PayloadGenerator |
WebSocket.getPingPayloadGenerator()
Get the generator of payload of ping frames that are sent automatically.
|
PayloadGenerator |
WebSocket.getPongPayloadGenerator()
Get the generator of payload of pong frames that are sent automatically.
|
Modifier and Type | Method and Description |
---|---|
WebSocket |
WebSocket.setPingPayloadGenerator(PayloadGenerator generator)
Set the generator of payload of ping frames that are sent automatically.
|
WebSocket |
WebSocket.setPongPayloadGenerator(PayloadGenerator generator)
Set the generator of payload of pong frames that are sent automatically.
|
Copyright © 2021. All rights reserved.