Uses of Interface
com.neovisionaries.ws.client.PayloadGenerator
-
-
Uses of PayloadGenerator in com.neovisionaries.ws.client
Classes in com.neovisionaries.ws.client that implement PayloadGenerator Modifier and Type Class Description (package private) classCounterPayloadGeneratorFields in com.neovisionaries.ws.client declared as PayloadGenerator Modifier and Type Field Description private PayloadGeneratorPeriodicalFrameSender. mGeneratorMethods in com.neovisionaries.ws.client that return PayloadGenerator Modifier and Type Method Description PayloadGeneratorPeriodicalFrameSender. getPayloadGenerator()PayloadGeneratorWebSocket. getPingPayloadGenerator()Get the generator of payload of ping frames that are sent automatically.PayloadGeneratorWebSocket. getPongPayloadGenerator()Get the generator of payload of pong frames that are sent automatically.Methods in com.neovisionaries.ws.client with parameters of type PayloadGenerator Modifier and Type Method Description voidPeriodicalFrameSender. setPayloadGenerator(PayloadGenerator generator)WebSocketWebSocket. setPingPayloadGenerator(PayloadGenerator generator)Set the generator of payload of ping frames that are sent automatically.WebSocketWebSocket. 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 PayloadGenerator Constructor Description PeriodicalFrameSender(WebSocket webSocket, java.lang.String timerName, PayloadGenerator generator)PingSender(WebSocket webSocket, PayloadGenerator generator)PongSender(WebSocket webSocket, PayloadGenerator generator)
-