org.apache.http.nio.pool
Interface NIOConnFactory<T,C>

All Known Implementing Classes:
BasicNIOConnFactory

public interface NIOConnFactory<T,C>

Since:
4.2

Method Summary
 C create(T route, IOSession session)
           
 

Method Detail

create

C create(T route,
         IOSession session)
         throws IOException
Throws:
IOException


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