Uses of Class
org.glassfish.grizzly.websockets.Extension
Packages that use Extension
-
Uses of Extension in org.glassfish.grizzly.websockets
Methods in org.glassfish.grizzly.websockets that return types with arguments of type ExtensionModifier and TypeMethodDescriptionHandShake.getExtensions()WebSocketApplication.getSupportedExtensions()Return the websocket extensions supported by thisWebSocketApplication.HandShake.intersection(List<Extension> requested, List<Extension> supported) HandShake.parseExtensionsHeader(String headerValue) Method parameters in org.glassfish.grizzly.websockets with type arguments of type ExtensionModifier and TypeMethodDescriptionHandShake.intersection(List<Extension> requested, List<Extension> supported) protected final StringHandShake.joinExtensions(List<Extension> extensions) voidWebSocketApplication.onExtensionNegotiation(List<Extension> extensions) Invoked during the handshake if the client has advertised extensions it may use and one or more extensions intersect with those returned byWebSocketApplication.getSupportedExtensions().voidHandShake.setExtensions(List<Extension> extensions)