Class SimpleHttpRequest<T>

java.lang.Object
org.opendaylight.aaa.shiro.realm.util.http.SimpleHttpRequest<T>
Type Parameters:
T - the return type of the request.

public class SimpleHttpRequest<T> extends Object
Basic utility to do an HTTP request. See SimpleHttpClient.requestBuilder(Class) on how to obtain a request builder.
  • Method Details

    • execute

      public T execute()
      Executes the http request.
      Returns:
      the result of the http request.