org.apache.http.impl.nio.conn
Class DefaultHttpAsyncRoutePlanner

java.lang.Object
  extended by org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
All Implemented Interfaces:
HttpRoutePlanner

Deprecated.

@Deprecated
public class DefaultHttpAsyncRoutePlanner
extends Object
implements HttpRoutePlanner


Constructor Summary
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
          Deprecated.  
 
Method Summary
 HttpRoute determineRoute(HttpHost target, HttpRequest request, HttpContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHttpAsyncRoutePlanner

public DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
Deprecated. 
Method Detail

determineRoute

public HttpRoute determineRoute(HttpHost target,
                                HttpRequest request,
                                HttpContext context)
                         throws HttpException
Deprecated. 
Specified by:
determineRoute in interface HttpRoutePlanner
Throws:
HttpException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.