Uses of Class
org.fishwife.jrugged.httpclient.AbstractHttpClientDecorator

Uses of AbstractHttpClientDecorator in org.fishwife.jrugged.httpclient
 

Subclasses of AbstractHttpClientDecorator in org.fishwife.jrugged.httpclient
 class FailureExposingHttpClient
          This is a decorator for an HttpClient that will raise runtime exceptions for 4XX or 5XX responses, so that they can be used to signal failures to JRugged ServiceWrapper instances.
 class FailureHandlingHttpClient
           
 class PerHostServiceWrappedHttpClient
           
 class ServiceWrappedHttpClient
          Facade class for assembling an HttpClient that will feed request executions through a ServiceWrapper, while exposing 4XX and 5XX responses as exceptions so that the ServiceWrapper can experience them as failures, but unwrapping those exceptions before getting up to the original caller.
 class ServiceWrappedHttpClientDecorator
          Decorator that runs HttpClient request executions through a ServiceWrapper.
 



Copyright © 2013. All Rights Reserved.