org.apache.http.impl.nio.pool
Interface PoolEntryFactory<T,E extends PoolEntry<T>>


public interface PoolEntryFactory<T,E extends PoolEntry<T>>


Method Summary
 E createEntry(T route, org.apache.http.nio.reactor.IOSession session)
           
 

Method Detail

createEntry

E createEntry(T route,
              org.apache.http.nio.reactor.IOSession session)


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