public interface BasicAuthObservable<B extends BasicAuthObservable<B>>
BasicAuthObserver
on
incoming HTTP basic authentication requests.Modifier and Type | Method and Description |
---|---|
B |
onBasicAuthRequest(BasicAuthObserver aObserver)
Registers the
BasicAuthObserver to handle incoming HTTP basic
authentication requests. |
B onBasicAuthRequest(BasicAuthObserver aObserver)
BasicAuthObserver
to handle incoming HTTP basic
authentication requests.aObserver
- The observer to handle incoming HTTP basic
authentication requests.Copyright © 2017. All rights reserved.