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

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

public class DefaultHttpAsyncRoutePlanner
extends Object
implements org.apache.http.conn.routing.HttpRoutePlanner


Constructor Summary
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
           
 
Method Summary
 org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
           
 
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)
Method Detail

determineRoute

public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost target,
                                                             org.apache.http.HttpRequest request,
                                                             org.apache.http.protocol.HttpContext context)
                                                      throws org.apache.http.HttpException
Specified by:
determineRoute in interface org.apache.http.conn.routing.HttpRoutePlanner
Throws:
org.apache.http.HttpException


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