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

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

public class DefaultHttpAsyncRoutePlanner
extends Object
implements HttpRoutePlanner


Constructor Summary
DefaultHttpAsyncRoutePlanner(SchemeRegistry schemeRegistry)
           
 
Method Summary
 HttpRoute determineRoute(HttpHost target, HttpRequest request, 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(SchemeRegistry schemeRegistry)
Method Detail

determineRoute

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


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