SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
ChallengeResponse(credentials, nextChallengeHandler)
A challenge response contains a byte array representing the response to the server, and a reference to the next challenge handler to handle any further challenges for the request. |
Constructor Detail |
ChallengeResponse(credentials, nextChallengeHandler)
credentials
- a set of credentials to send to the server in an 'Authorization:' header
nextChallengeHandler
- the next challenge handler responsible for handling any further challenges for the request.