Class SimpleHttpRequest<T>
java.lang.Object
org.opendaylight.aaa.shiro.realm.util.http.SimpleHttpRequest<T>
- Type Parameters:
T
- the return type of the request.
Basic utility to do an HTTP request. See
SimpleHttpClient.requestBuilder(Class)
on how to obtain a request builder.-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
execute
Executes the http request.- Returns:
- the result of the http request.
-