- close() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Close a resource without catch exception
- close() - Method in interface com.github.diegonighty.http.terminable.SilentlyTerminable
-
Close a resource without catch exception
- CloseableConnection<T> - Interface in com.github.diegonighty.http
-
- code() - Method in interface com.github.diegonighty.http.response.HttpResponse
-
The status code of the HTTP Request
- code() - Method in class com.github.diegonighty.http.response.WrappedHttpResponse
-
The status code of the HTTP Request
- code() - Method in class com.github.diegonighty.http.response.WrappedNotSerializedResponse
-
The status code of the HTTP Request
- com.github.diegonighty.http - package com.github.diegonighty.http
-
- com.github.diegonighty.http.exception - package com.github.diegonighty.http.exception
-
- com.github.diegonighty.http.request - package com.github.diegonighty.http.request
-
- com.github.diegonighty.http.request.types - package com.github.diegonighty.http.request.types
-
- com.github.diegonighty.http.response - package com.github.diegonighty.http.response
-
- com.github.diegonighty.http.serialization - package com.github.diegonighty.http.serialization
-
- com.github.diegonighty.http.serialization.common - package com.github.diegonighty.http.serialization.common
-
- com.github.diegonighty.http.terminable - package com.github.diegonighty.http.terminable
-
- com.github.diegonighty.http.util - package com.github.diegonighty.http.util
-
- Connections - Class in com.github.diegonighty.http.util
-
- Connections() - Constructor for class com.github.diegonighty.http.util.Connections
-
- createDeleteRequest() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Performs a delete request
- createDeleteRequest() - Method in interface com.github.diegonighty.http.HttpConnection
-
Performs a delete request
- createGetRequest() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Performs a get request
- createGetRequest() - Method in interface com.github.diegonighty.http.HttpConnection
-
Performs a get request
- createPatchRequest() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Performs a patch request
- createPatchRequest() - Method in interface com.github.diegonighty.http.HttpConnection
-
Performs a patch request
- createPostRequest() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Performs a post request
- createPostRequest() - Method in interface com.github.diegonighty.http.HttpConnection
-
Performs a post request
- createPutRequest() - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Performs a put request
- createPutRequest() - Method in interface com.github.diegonighty.http.HttpConnection
-
Performs a put request