JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.http
Interface HttpResponseProvider
All Known Implementing Classes:
HttpClientResponseException
public interface
HttpResponseProvider
A contract to provide an http response.
Since:
1.0
Author:
James Kleeh
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
HttpResponse
<?>
getResponse
()
Method Detail
getResponse
HttpResponse
<?> getResponse()
Returns:
An http response
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method