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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
availableExtensions
-
-
Constructor Details
-
ExtensionFactory
public ExtensionFactory()Deprecated.
-
-
Method Details
-
getAvailableExtensions
-
getExtension
-
getExtensionNames
-
isAvailable
Deprecated. -
iterator
-
newInstance
Deprecated. -
register
-
unregister
Deprecated.
-