org.apache.http.nio.conn
Class PlainIOSessionFactory

java.lang.Object
  extended by org.apache.http.nio.conn.PlainIOSessionFactory
All Implemented Interfaces:
SchemeIOSessionFactory

public class PlainIOSessionFactory
extends Object
implements SchemeIOSessionFactory


Field Summary
static PlainIOSessionFactory INSTANCE
           
 
Constructor Summary
PlainIOSessionFactory()
           
 
Method Summary
 org.apache.http.nio.reactor.IOSession create(HttpHost host, org.apache.http.nio.reactor.IOSession iosession)
           
 boolean isLayering()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PlainIOSessionFactory INSTANCE
Constructor Detail

PlainIOSessionFactory

public PlainIOSessionFactory()
Method Detail

create

public org.apache.http.nio.reactor.IOSession create(HttpHost host,
                                                    org.apache.http.nio.reactor.IOSession iosession)
Specified by:
create in interface SchemeIOSessionFactory

isLayering

public boolean isLayering()
Specified by:
isLayering in interface SchemeIOSessionFactory


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