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.booleanisAvailable(String name) Deprecated.iterator()Deprecated.abstract ExtensionnewInstance(ExtensionConfig config) Deprecated.voidDeprecated.voidunregister(String name) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
availableExtensions
Deprecated.
-
-
Constructor Details
-
ExtensionFactory
public ExtensionFactory()Deprecated.
-
-
Method Details