Uses of Interface
de.quantummaid.httpmaid.websockets.authorization.WebsocketAuthorizer
-
Packages that use WebsocketAuthorizer Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.processors -
-
Uses of WebsocketAuthorizer in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets with parameters of type WebsocketAuthorizer Modifier and Type Method Description voidWebsocketsModule. setWebsocketAuthorizer(WebsocketAuthorizer websocketAuthorizer)static ConfiguratorWebsocketConfigurators. toAuthorizeWebsocketsUsing(WebsocketAuthorizer authorizer) -
Uses of WebsocketAuthorizer in de.quantummaid.httpmaid.websockets.processors
Methods in de.quantummaid.httpmaid.websockets.processors with parameters of type WebsocketAuthorizer Modifier and Type Method Description static ProcessorAuthorizeWebsocketProcessor. authorizeWebsocketProcessor(WebsocketAuthorizer authorizer)
-