public class

RequestTargetAuthentication

extends Object
implements HttpRequestInterceptor
java.lang.Object
   ↳ org.apache.http.client.protocol.RequestTargetAuthentication

Class Overview

Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context.

Summary

Public Constructors
RequestTargetAuthentication()
Public Methods
void process(HttpRequest request, HttpContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.HttpRequestInterceptor

Public Constructors

public RequestTargetAuthentication ()

Also: HttpClient

Public Methods

public void process (HttpRequest request, HttpContext context)

Also: HttpClient