org.apache.http.nio.conn
Interface ManagedClientAsyncConnection
- All Superinterfaces:
- Closeable, ConnectionReleaseTrigger, HttpConnection, HttpInetConnection, HttpRoutedConnection, org.apache.http.nio.IOControl, org.apache.http.nio.NHttpClientConnection, org.apache.http.nio.NHttpConnection
Deprecated.
@Deprecated
public interface ManagedClientAsyncConnection
- extends HttpRoutedConnection, org.apache.http.nio.NHttpClientConnection, ConnectionReleaseTrigger
Fields inherited from interface org.apache.http.nio.NHttpConnection |
ACTIVE, CLOSED, CLOSING |
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.nio.IOControl |
requestInput, requestOutput, shutdown, suspendInput, suspendOutput |
getState
Object getState()
- Deprecated.
setState
void setState(Object state)
- Deprecated.
markReusable
void markReusable()
- Deprecated.
unmarkReusable
void unmarkReusable()
- Deprecated.
isMarkedReusable
boolean isMarkedReusable()
- Deprecated.
open
void open(HttpRoute route,
HttpContext context,
HttpParams params)
throws IOException
- Deprecated.
- Throws:
IOException
tunnelTarget
void tunnelTarget(HttpParams params)
throws IOException
- Deprecated.
- Throws:
IOException
tunnelProxy
void tunnelProxy(HttpHost next,
HttpParams params)
throws IOException
- Deprecated.
- Throws:
IOException
layerProtocol
void layerProtocol(HttpContext context,
HttpParams params)
throws IOException
- Deprecated.
- Throws:
IOException
setIdleDuration
void setIdleDuration(long duration,
TimeUnit tunit)
- Deprecated.
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.