Class DispatchChallengeHandler


Constructor Summary
DispatchChallengeHandler()
            A DispatchChallengeHandler is responsible for dispatching challenge requests to appropriate challenge handlers when challenges arrive from specific URI locations in challenge responses.
 
Method Summary
 ChallengeHandler register(locationDescription, challengeHandler)
           Register a challenge handler to respond to challenges at one or more locations.
 ChallengeHandler unregister(locationDescription, challengeHandler)
           If the provided challengeHandler is registered at the provided location, clear that association such that any future challenge requests matching the location will never be handled by the provided challenge handler.
 
Constructor Detail

DispatchChallengeHandler

DispatchChallengeHandler()

Method Detail

register

ChallengeHandler register(locationDescription, challengeHandler)

unregister

ChallengeHandler unregister(locationDescription, challengeHandler)