net.artima.http
Interface HTTPService


public interface HTTPService
extends java.rmi.Remote

A Jini service interface that enables clients to make HTTP requests. An HTTPService can forward client requests directly to the indicated web server, can perform local caching, can forward the request to a nearby server that performs caching, or to a nearby proxy server, etc.