Class ExtensionFactory
java.lang.Object
org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
- Direct Known Subclasses:
WebSocketExtensionFactory
@Deprecated
public abstract class ExtensionFactory
extends Object
implements Iterable<Class<? extends Extension>>
Deprecated.
this class is removed from Jetty 10.0.0+
The Factory for Extensions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getExtension
(String name) Deprecated.Deprecated.boolean
isAvailable
(String name) Deprecated.iterator()
Deprecated.abstract Extension
newInstance
(ExtensionConfig config) Deprecated.void
Deprecated.void
unregister
(String name) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
availableExtensions
Deprecated.
-
-
Constructor Details
-
ExtensionFactory
public ExtensionFactory()Deprecated.
-
-
Method Details