|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpLinkedParams
Represents a collection of HTTP protocol and framework parameters
that can be linked with another one to form a parameter hierarchy.
WARNING: This interface includes methods for building hierarchies of
parameters. These methods are intended for internal use by the the HTTP Components
framework. Use with caution.
Method Summary | |
---|---|
HttpParams |
getDefaults()
WARNING: This method is not part of the API. |
boolean |
isParameterSetLocally(java.lang.String name)
WARNING: This method is not part of the API. |
void |
setDefaults(HttpParams params)
WARNING: This method is not part of the API. |
Methods inherited from interface org.apache.http.params.HttpParams |
---|
copy, getBooleanParameter, getDoubleParameter, getIntParameter, getLongParameter, getParameter, isParameterFalse, isParameterSet, isParameterTrue, setBooleanParameter, setDoubleParameter, setIntParameter, setLongParameter, setParameter |
Method Detail |
---|
HttpParams getDefaults()
null
setDefaults(HttpParams)
void setDefaults(HttpParams params)
params
- the parent collection, or null
getDefaults()
boolean isParameterSetLocally(java.lang.String name)
name
- the parameter name
getDefaults()
,
setDefaults(HttpParams)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |