Interface Connection
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
NormalConnection
public interface Connection extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()org.apache.http.HttpClientConnectionconnectionObject()
-
-
-
Method Detail
-
connectionObject
org.apache.http.HttpClientConnection connectionObject()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-