Uses of Interface
com.neovisionaries.ws.client.PayloadGenerator
-
Uses of PayloadGenerator in com.neovisionaries.ws.client
Classes in com.neovisionaries.ws.client that implement PayloadGeneratorFields in com.neovisionaries.ws.client declared as PayloadGeneratorMethods in com.neovisionaries.ws.client that return PayloadGeneratorModifier and TypeMethodDescriptionPeriodicalFrameSender.getPayloadGenerator()WebSocket.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 TypeMethodDescriptionvoidPeriodicalFrameSender.setPayloadGenerator(PayloadGenerator generator) WebSocket.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.Constructors in com.neovisionaries.ws.client with parameters of type PayloadGeneratorModifierConstructorDescriptionPeriodicalFrameSender(WebSocket webSocket, String timerName, PayloadGenerator generator) PingSender(WebSocket webSocket, PayloadGenerator generator) PongSender(WebSocket webSocket, PayloadGenerator generator)