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 void
HttpAuthenticationManager. addHttpAuthenticationListener(Consumer<HttpAuthenticationEvent> httpAuthenticationListener)
Adds a HTTP authentication listener, which allows to listen for HTTP authentication confirmation requests.void
HttpAuthenticationManager. removeHttpAuthenticationListener(Consumer<HttpAuthenticationEvent> httpAuthenticationListener)
Removes a previously added HTTP authentication listener.
-