public class

RequestProxyAuthentication

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

Class Overview

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

Summary

Public Constructors
RequestProxyAuthentication()
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 RequestProxyAuthentication ()

Also: HttpClient

Public Methods

public void process (HttpRequest request, HttpContext context)

Also: HttpClient