public interface IHttpAuthHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to cancel the request
|
void |
process(java.lang.String user,
java.lang.String password)
Call this method to process with user and password
|
void process(java.lang.String user, java.lang.String password)
user
- - the user is used for authenticationpassword
- - the password is used for authenticationvoid cancel()