net.artima.place.context
Interface HTTPServiceFactory


public interface HTTPServiceFactory

Factory interface that generates an appropriate HTTPService.


Method Summary
 HTTPService getHTTPService()
          Returns an HTTPService object.
 

Method Detail

getHTTPService

public HTTPService getHTTPService()
Returns an HTTPService object. Services should make HTTP requests via this service object, rather than directly, so that clients can cache files locally and/or redirect a request through a proxy server.