Uses of Class
rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Packages that use HttpAuthenticationEvent Package Description rocks.xmpp.extensions.httpauth Provides classes for XEP-0070: Verifying HTTP Requests via XMPP. -
-
Uses of HttpAuthenticationEvent in rocks.xmpp.extensions.httpauth
Method parameters in rocks.xmpp.extensions.httpauth with type arguments of type HttpAuthenticationEvent Modifier and Type Method Description voidHttpAuthenticationManager. addHttpAuthenticationListener(Consumer<HttpAuthenticationEvent> httpAuthenticationListener)Adds a HTTP authentication listener, which allows to listen for HTTP authentication confirmation requests.voidHttpAuthenticationManager. removeHttpAuthenticationListener(Consumer<HttpAuthenticationEvent> httpAuthenticationListener)Removes a previously added HTTP authentication listener.
-