Class WebSocketExtensionRegistry
java.lang.Object
org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExtension(String name) booleanisAvailable(String name) iterator()newInstance(ExtensionConfig config, WebSocketComponents components) voidvoidunregister(String name) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
WebSocketExtensionRegistry
public WebSocketExtensionRegistry()
-
-
Method Details
-
getAvailableExtensions
-
getExtension
-
getAvailableExtensionNames
-
isAvailable
-
iterator
-
newInstance
-
register
-
unregister
-