org.apache.http.nio.conn
Interface ManagedNHttpClientConnection

All Superinterfaces:
Closeable, HttpConnection, HttpInetConnection, org.apache.http.nio.IOControl, org.apache.http.nio.NHttpClientConnection, org.apache.http.nio.NHttpConnection

public interface ManagedNHttpClientConnection
extends org.apache.http.nio.NHttpClientConnection, HttpInetConnection


Field Summary
 
Fields inherited from interface org.apache.http.nio.NHttpConnection
ACTIVE, CLOSED, CLOSING
 
Method Summary
 void bind(org.apache.http.nio.reactor.IOSession iosession)
           
 String getId()
           
 org.apache.http.nio.reactor.IOSession getIOSession()
           
 SSLSession getSSLSession()
           
 
Methods inherited from interface org.apache.http.nio.NHttpClientConnection
isRequestSubmitted, resetInput, resetOutput, submitRequest
 
Methods inherited from interface org.apache.http.nio.NHttpConnection
getContext, getHttpRequest, getHttpResponse, getStatus
 
Methods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
 
Methods inherited from interface org.apache.http.nio.IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutput
 
Methods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
 

Method Detail

getId

String getId()

bind

void bind(org.apache.http.nio.reactor.IOSession iosession)

getIOSession

org.apache.http.nio.reactor.IOSession getIOSession()

getSSLSession

SSLSession getSSLSession()


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