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
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 Extension
ExtensionFactory.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 TypeMethodDescriptionvoid
Generator.configureFromExtensions
(List<? extends Extension> exts) void
Parser.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 TypeClassDescriptionclass
class
Implementation of the deflate-frame extension seen out in the wild.class
Per Message Deflate Compression extension for WebSocket.class
Implementation 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