Class WebsocketsModule
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.WebsocketsModule
-
- All Implemented Interfaces:
ChainModule,Configurator
public final class WebsocketsModule extends Object implements ChainModule
-
-
Constructor Summary
Constructors Constructor Description WebsocketsModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(ChainExtender extender)voidsetRouteSelectionExpression(String routeSelectionExpression)voidsetWebsocketRegistry(WebsocketRegistry websocketRegistry)static WebsocketsModulewebsocketsModule()-
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
configure, identifier
-
Methods inherited from interface de.quantummaid.httpmaid.chains.Configurator
init, supplyModulesIfNotAlreadyPresent
-
-
-
-
Method Detail
-
websocketsModule
public static WebsocketsModule websocketsModule()
-
setRouteSelectionExpression
public void setRouteSelectionExpression(String routeSelectionExpression)
-
setWebsocketRegistry
public void setWebsocketRegistry(WebsocketRegistry websocketRegistry)
-
register
public void register(ChainExtender extender)
- Specified by:
registerin interfaceChainModule
-
-