org.apache.http.nio.conn
Interface ClientAsyncConnectionFactory

All Known Implementing Classes:
DefaultClientAsyncConnectionFactory

Deprecated.

@Deprecated
public interface ClientAsyncConnectionFactory


Method Summary
 ClientAsyncConnection create(String id, org.apache.http.nio.reactor.IOSession iosession, HttpParams params)
          Deprecated.  
 

Method Detail

create

ClientAsyncConnection create(String id,
                             org.apache.http.nio.reactor.IOSession iosession,
                             HttpParams params)
Deprecated. 


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