Android

org.apache.http.protocol.RequestConnControl

java.lang.Object
org.apache.http.protocol.RequestConnControl HttpRequestInterceptor

A request interceptor that suggests connection keep-alive to the server.

Summary

Public Constructors

            RequestConnControl()

Public Methods

          void  process(HttpRequest request, HttpContext context)
Processes a request.
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.HttpRequestInterceptor

Details

Public Constructors

public RequestConnControl()

Public Methods

public void process(HttpRequest request, HttpContext context)

Processes a request. On the client side, this step is performed before the request is sent to the server. On the server side, this step is performed on incoming messages before the message body is evaluated.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48