org.apache.http.nio.conn
Interface SchemeIOSessionFactory

All Known Implementing Classes:
PlainIOSessionFactory, SSLIOSessionFactory

public interface SchemeIOSessionFactory


Method Summary
 org.apache.http.nio.reactor.IOSession create(HttpHost host, org.apache.http.nio.reactor.IOSession iosession)
           
 boolean isLayering()
           
 

Method Detail

create

org.apache.http.nio.reactor.IOSession create(HttpHost host,
                                             org.apache.http.nio.reactor.IOSession iosession)

isLayering

boolean isLayering()


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