Uses of Interface
org.refcodes.rest.HttpRestClient
-
-
Uses of HttpRestClient in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type HttpRestClient Modifier and Type Class Description classAbstractHttpRestClientDecorator<B extends HttpRestClient>Abstract class for easily decorating aHttpRestClient.Subinterfaces of HttpRestClient in org.refcodes.rest Modifier and Type Interface Description interfaceHttpDiscoveryRestClient<B extends HttpDiscoveryRestClient<B>>TheHttpDiscoveryRestClientprovides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.Classes in org.refcodes.rest that implement HttpRestClient Modifier and Type Class Description classAbstractHttpDiscoveryRestClientDecorator<B extends HttpDiscoveryRestClient<B>>Abstract class for easily decorating aHttpDiscoveryRestClient.classAbstractHttpRestClientDecorator<B extends HttpRestClient>Abstract class for easily decorating aHttpRestClient.classHttpRestClientImplTheHttpRestClientImplimplements theHttpRestClientinterface.classHttpRestClientSingletonThe singleton of theHttpRestClientImplfor easyHttpRestClientaccess.Methods in org.refcodes.rest that return HttpRestClient Modifier and Type Method Description static HttpRestClientHttpRestClientSingleton. getInstance()Returns the singleton's instance as fabricated by thisHttpRestClientSingleton.HttpRestClientHttpRestClientImpl. withBaseUrl(java.net.URL aBaseURL)HttpRestClientHttpRestClientImpl. withBaseUrl(org.refcodes.net.Url aBaseUrl)static HttpRestClientHttpRestClientSugar. withBaseUrl(java.lang.String aBaseUrl)See alsoBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(String)static HttpRestClientHttpRestClientSugar. withBaseUrl(java.net.URL aBaseUrl)See alsoBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)default HttpRestClientHttpRestClient. withDisableRequestCorrelation()default HttpRestClientHttpRestClient. withDisableSessionCorrelation()default HttpRestClientHttpRestClient. withEnableRequestCorrelation()default HttpRestClientHttpRestClient. withEnableSessionCorrelation()default HttpRestClientHttpRestClient. withRequestCorrelation(boolean hasRequestCorrelation)default HttpRestClientHttpRestClient. withSessionCorrelation(boolean hasSessionCorrelation)default HttpRestClientHttpRestClient. withTrustStoreDescriptor(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor)default HttpRestClientHttpRestClient. withUserAgent(java.lang.String aUserAgent)static HttpRestClientHttpRestClientSugar. withUserAgent(java.lang.String aUserAgent)See alsowithUserAgent(String)Constructors in org.refcodes.rest with parameters of type HttpRestClient Constructor Description AbstractHttpDiscoveryRestClientDecorator(HttpRestClient aClient)Decorates the givenHttpRestClientwith discovery functionality.AbstractHttpRestClientDecorator(HttpRestClient aClient)Decorates the givenHttpRestClient.OauthTokenHandler(java.lang.String aUrl, HttpRestClient aHttpRestClient, java.lang.String aAccessToken, java.lang.String aRefreshToken, java.lang.String aTokenType, java.lang.Integer aExpiresIn, java.lang.String aScope)Constructs an instance of theOauthTokenHandlerwith the given parameters.OauthTokenHandler(java.lang.String aUrl, HttpRestClient aHttpRestClient, java.lang.String aClientId, java.lang.String aClientSecret, java.lang.String aUserName, java.lang.String aUserPassword)Constructs an instance of theOauthTokenHandlerwith the given parameters by using the user's name and password for a "password" grant type authentication to retrieve aOauthToken.OauthTokenHandler(java.lang.String aUrl, HttpRestClient aHttpRestClient, org.refcodes.net.OauthToken aOauthToken)Constructs an instance of theOauthTokenHandlerwith the given parameters.OauthTokenHandler(org.refcodes.net.Url aUrl, HttpRestClient aHttpRestClient, java.lang.String aAccessToken, java.lang.String aRefreshToken, java.lang.String aTokenType, java.lang.Integer aExpiresIn, java.lang.String aScope)Constructs an instance of theOauthTokenHandlerwith the given parameters.OauthTokenHandler(org.refcodes.net.Url aUrl, HttpRestClient aHttpRestClient, java.lang.String aClientId, java.lang.String aClientSecret, java.lang.String aUserName, java.lang.String aUserPassword)Constructs an instance of theOauthTokenHandlerwith the given parameters by using the user's name and password for a "password" grant type authentication to retrieve aOauthToken.OauthTokenHandler(org.refcodes.net.Url aUrl, HttpRestClient aHttpRestClient, org.refcodes.net.HttpBodyMap aOauthToken)Constructs an instance of theOauthTokenHandlerwith the given parameters.OauthTokenHandler(org.refcodes.net.Url aUrl, HttpRestClient aHttpRestClient, org.refcodes.net.OauthToken aOauthToken)Constructs an instance of theOauthTokenHandlerwith the given parameters.
-