Class WebSocketExtensionFactory
java.lang.Object
org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketExtensionFactory(WebSocketContainerScope container) WebSocketExtensionFactory(WebSocketContainerScope container, InflaterPool inflaterPool, DeflaterPool deflaterPool) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifeCycleListener(LifeCycle.Listener listener) dump()voiddump(Appendable out, String indent) dumpSelf()booleanisFailed()booleanbooleanbooleanbooleanbooleannewInstance(ExtensionConfig config) voidremoveLifeCycleListener(LifeCycle.Listener listener) voidstart()voidstop()toString()voidMethods inherited from class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
getAvailableExtensions, getExtension, getExtensionNames, isAvailable, iterator, register, unregisterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
WebSocketExtensionFactory
-
WebSocketExtensionFactory
public WebSocketExtensionFactory(WebSocketContainerScope container, InflaterPool inflaterPool, DeflaterPool deflaterPool)
-
-
Method Details
-
unmanage
-
getInflaterPool
-
getDeflaterPool
-
newInstance
- Specified by:
newInstancein classExtensionFactory
-
start
-
stop
-
isRunning
public boolean isRunning() -
isStarted
public boolean isStarted() -
isStarting
public boolean isStarting()- Specified by:
isStartingin interfaceLifeCycle
-
isStopping
public boolean isStopping()- Specified by:
isStoppingin interfaceLifeCycle
-
isStopped
public boolean isStopped() -
isFailed
public boolean isFailed() -
addLifeCycleListener
- Specified by:
addLifeCycleListenerin interfaceLifeCycle
-
removeLifeCycleListener
- Specified by:
removeLifeCycleListenerin interfaceLifeCycle
-
dump
-
dumpSelf
-
dump
- Specified by:
dumpin interfaceDumpable- Throws:
IOException
-
toString
-