Package org.eclipse.jetty.websocket.core
Class WebSocketExtensionRegistry
java.lang.Object
org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExtension
(String name) boolean
isAvailable
(String name) iterator()
newInstance
(ExtensionConfig config, WebSocketComponents components) void
void
unregister
(String name) 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