Interface UpgradableNHttpConnection
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.http.HttpConnection,org.apache.http.nio.IOControl,org.apache.http.nio.NHttpConnection
- All Known Implementing Classes:
LoggingNHttpClientConnection,LoggingNHttpServerConnection
public interface UpgradableNHttpConnection
extends org.apache.http.nio.NHttpConnection
-
Field Summary
Fields inherited from interface org.apache.http.nio.NHttpConnection
ACTIVE, CLOSED, CLOSING -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(org.apache.http.nio.reactor.IOSession iosession) org.apache.http.nio.reactor.IOSessionMethods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownMethods inherited from interface org.apache.http.nio.IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutputMethods inherited from interface org.apache.http.nio.NHttpConnection
getContext, getHttpRequest, getHttpResponse, getStatus
-
Method Details
-
bind
void bind(org.apache.http.nio.reactor.IOSession iosession) -
getIOSession
org.apache.http.nio.reactor.IOSession getIOSession()
-