Java org.apache.http.conn.params ConnRouteParams fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.params ConnRouteParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.params ConnRouteParams.

The text is from its open source code.

Field

HttpHostNO_HOST
A special value indicating "no host".

Method

HttpHostgetDefaultProxy(final HttpParams params)
Obtains the ConnRoutePNames#DEFAULT_PROXY DEFAULT_PROXY parameter value.
HttpRoutegetForcedRoute(final HttpParams params)
Obtains the ConnRoutePNames#FORCED_ROUTE FORCED_ROUTE parameter value.
InetAddressgetLocalAddress(final HttpParams params)
Obtains the ConnRoutePNames#LOCAL_ADDRESS LOCAL_ADDRESS parameter value.
voidsetDefaultProxy(final HttpParams params, final HttpHost proxy)
Sets the ConnRoutePNames#DEFAULT_PROXY DEFAULT_PROXY parameter value.
voidsetLocalAddress(final HttpParams params, final InetAddress local)
Sets the ConnRoutePNames#LOCAL_ADDRESS LOCAL_ADDRESS parameter value.