RedirectHandlerpublic interface RedirectHandler A handler for determining if an HTTP request should be redirected to
a new location in response to an HTTP response received from the target
server.
Classes implementing this interface must synchronize access to shared
data as methods of this interfrace may be executed from multiple threads
|
|