org.apache.http.params
Class HttpParamsLinker

java.lang.Object
  extended by org.apache.http.params.HttpParamsLinker

public class HttpParamsLinker
extends java.lang.Object

A utility class that can be used to build parameter hierarchies.

Version:
$Revision: 542224 $
Author:
Oleg Kalnichevski

Method Summary
static void link(HttpMessage message, HttpParams defaults)
          Builds parameter hierarchy by linking parameters associated with the given HTTP message and the given defaults.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

link

public static void link(HttpMessage message,
                        HttpParams defaults)
Builds parameter hierarchy by linking parameters associated with the given HTTP message and the given defaults.

Parameters:
message - HTTP message
defaults - default HTTP parameters


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.