Uses of Class
org.apache.http.impl.nio.DefaultNHttpServerConnection

Packages that use DefaultNHttpServerConnection
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
 

Uses of DefaultNHttpServerConnection in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio that return DefaultNHttpServerConnection
 DefaultNHttpServerConnection DefaultNHttpServerConnectionFactory.createConnection(IOSession session)
           
 DefaultNHttpServerConnection SSLNHttpServerConnectionFactory.createConnection(IOSession session)
           
protected  DefaultNHttpServerConnection DefaultHttpServerIODispatch.createConnection(IOSession session)
           
protected  DefaultNHttpServerConnection DefaultNHttpServerConnectionFactory.createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
           
protected  DefaultNHttpServerConnection SSLNHttpServerConnectionFactory.createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
           
 

Methods in org.apache.http.impl.nio with parameters of type DefaultNHttpServerConnection
protected  void DefaultHttpServerIODispatch.onClosed(DefaultNHttpServerConnection conn)
           
protected  void DefaultHttpServerIODispatch.onConnected(DefaultNHttpServerConnection conn)
           
protected  void DefaultHttpServerIODispatch.onException(DefaultNHttpServerConnection conn, IOException ex)
           
protected  void DefaultHttpServerIODispatch.onInputReady(DefaultNHttpServerConnection conn)
           
protected  void DefaultHttpServerIODispatch.onOutputReady(DefaultNHttpServerConnection conn)
           
protected  void DefaultHttpServerIODispatch.onTimeout(DefaultNHttpServerConnection conn)
           
 

Constructor parameters in org.apache.http.impl.nio with type arguments of type DefaultNHttpServerConnection
DefaultHttpServerIODispatch(NHttpServerEventHandler handler, NHttpConnectionFactory<DefaultNHttpServerConnection> connFactory)
           
 



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