Class WebSocketModule
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.WebSocketModule
-
- All Implemented Interfaces:
ChainModule,Configurator
public final class WebSocketModule extends Object implements ChainModule
-
-
Constructor Summary
Constructors Constructor Description WebSocketModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddWebSocketMapping(WebSocketMapping webSocketMapping)voidconfigure(DependencyRegistry dependencyRegistry)voidregister(ChainExtender extender)static WebSocketModulewebSocketModule()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.chains.ChainModule
identifier
-
Methods inherited from interface de.quantummaid.httpmaid.chains.Configurator
init, supplyModulesIfNotAlreadyPreset
-
-
-
-
Method Detail
-
webSocketModule
public static WebSocketModule webSocketModule()
-
addWebSocketMapping
public void addWebSocketMapping(WebSocketMapping webSocketMapping)
-
configure
public void configure(DependencyRegistry dependencyRegistry)
- Specified by:
configurein interfaceChainModule- Specified by:
configurein interfaceConfigurator
-
register
public void register(ChainExtender extender)
- Specified by:
registerin interfaceChainModule
-
-