Package | Description |
---|---|
org.eclipse.jetty.websocket.api.extensions |
Modifier and Type | Method and Description |
---|---|
abstract Extension |
ExtensionFactory.newInstance(ExtensionConfig config) |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends Extension>> |
ExtensionFactory.getAvailableExtensions() |
Class<? extends Extension> |
ExtensionFactory.getExtension(String name) |
Iterator<Class<? extends Extension>> |
ExtensionFactory.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionFactory.register(String name,
Class<? extends Extension> extension) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.