Uses of Interface
com.neovisionaries.ws.client.PayloadGenerator
-
Uses of PayloadGenerator in com.neovisionaries.ws.client
Methods in com.neovisionaries.ws.client that return PayloadGeneratorModifier and TypeMethodDescriptionWebSocket.getPingPayloadGenerator()Get the generator of payload of ping frames that are sent automatically.WebSocket.getPongPayloadGenerator()Get the generator of payload of pong frames that are sent automatically.Methods in com.neovisionaries.ws.client with parameters of type PayloadGeneratorModifier and TypeMethodDescriptionWebSocket.setPingPayloadGenerator(PayloadGenerator generator) Set the generator of payload of ping frames that are sent automatically.WebSocket.setPongPayloadGenerator(PayloadGenerator generator) Set the generator of payload of pong frames that are sent automatically.