ccc.client.core
Interface RequestExecutor

All Known Implementing Classes:
GwtRequestExecutor

public interface RequestExecutor

Sends an HTTP request to a host server.

Author:
Civic Computing Ltd.

Method Summary
 void invokeRequest(Request request)
          Send the specified request.
 

Method Detail

invokeRequest

void invokeRequest(Request request)
Send the specified request.

Parameters:
request - The request to send.


Copyright © 2010. All Rights Reserved.