Class WebSocketsConfigurator
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.WebSocketsConfigurator
-
- All Implemented Interfaces:
Configurator
public final class WebSocketsConfigurator extends Object implements Configurator
-
-
Constructor Summary
Constructors Constructor Description WebSocketsConfigurator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CategorizerStageacceptingWebSocketsToThePath(String template)voidconfigure(DependencyRegistry dependencyRegistry)List<ChainModule>supplyModulesIfNotAlreadyPresent()static WebSocketsConfiguratortoUseWebSockets()-
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.Configurator
init
-
-
-
-
Method Detail
-
toUseWebSockets
public static WebSocketsConfigurator toUseWebSockets()
-
acceptingWebSocketsToThePath
public CategorizerStage acceptingWebSocketsToThePath(String template)
-
supplyModulesIfNotAlreadyPresent
public List<ChainModule> supplyModulesIfNotAlreadyPresent()
- Specified by:
supplyModulesIfNotAlreadyPresentin interfaceConfigurator
-
configure
public void configure(DependencyRegistry dependencyRegistry)
- Specified by:
configurein interfaceConfigurator
-
-