Package | Description |
---|---|
com.github.diegonighty.http | |
com.github.diegonighty.http.util |
Modifier and Type | Class and Description |
---|---|
class |
HttpCloseableConnection<T> |
Modifier and Type | Method and Description |
---|---|
CloseableConnection<T> |
CloseableConnection.open()
Open a HTTP URL Connection
|
CloseableConnection<T> |
HttpCloseableConnection.open()
Open a HTTP URL Connection
|
Modifier and Type | Method and Description |
---|---|
static <T> CloseableConnection<T> |
Connections.of(java.lang.String url)
Create a new CloseableConnection from URL
|
static <T> CloseableConnection<T> |
Connections.of(java.lang.String url,
java.lang.Object... queryParameters)
Create a new CloseableConnection from URL
|