Uses of Interface
org.eclipse.jetty.websocket.api.extensions.Extension
Packages that use Extension
Package
Description
Jetty WebSocket API : WebSocket Extension API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : Message Compression Extension Implementations
Jetty WebSocket Common : Auto Fragment Extension Implementation
Jetty WebSocket Common : Identity Extension Implementation
-
Uses of Extension in org.eclipse.jetty.websocket.api.extensions
Classes in org.eclipse.jetty.websocket.api.extensions that implement interfaces with type arguments of type ExtensionModifier and TypeClassDescriptionclassDeprecated.this class is removed from Jetty 10.0.0+Fields in org.eclipse.jetty.websocket.api.extensions with type parameters of type ExtensionMethods in org.eclipse.jetty.websocket.api.extensions that return ExtensionModifier and TypeMethodDescriptionabstract ExtensionExtensionFactory.newInstance(ExtensionConfig config) Deprecated.Methods in org.eclipse.jetty.websocket.api.extensions that return types with arguments of type ExtensionModifier and TypeMethodDescriptionExtensionFactory.getAvailableExtensions()Deprecated.ExtensionFactory.getExtension(String name) Deprecated.ExtensionFactory.iterator()Deprecated.Method parameters in org.eclipse.jetty.websocket.api.extensions with type arguments of type Extension -
Uses of Extension in org.eclipse.jetty.websocket.common
Method parameters in org.eclipse.jetty.websocket.common with type arguments of type ExtensionModifier and TypeMethodDescriptionvoidGenerator.configureFromExtensions(List<? extends Extension> exts) voidParser.configureFromExtensions(List<? extends Extension> exts) -
Uses of Extension in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement ExtensionFields in org.eclipse.jetty.websocket.common.extensions with type parameters of type ExtensionMethods in org.eclipse.jetty.websocket.common.extensions that return ExtensionMethods in org.eclipse.jetty.websocket.common.extensions that return types with arguments of type Extension -
Uses of Extension in org.eclipse.jetty.websocket.common.extensions.compress
Classes in org.eclipse.jetty.websocket.common.extensions.compress that implement ExtensionModifier and TypeClassDescriptionclassclassImplementation of the deflate-frame extension seen out in the wild.classPer Message Deflate Compression extension for WebSocket.classImplementation of the x-webkit-deflate-frame extension seen out in the wild. -
Uses of Extension in org.eclipse.jetty.websocket.common.extensions.fragment
Classes in org.eclipse.jetty.websocket.common.extensions.fragment that implement Extension -
Uses of Extension in org.eclipse.jetty.websocket.common.extensions.identity
Classes in org.eclipse.jetty.websocket.common.extensions.identity that implement Extension