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, org.apache.http.params.HttpParams params)
          Deprecated.  
 

Method Detail

create

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


Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.