org.norther.tammi.spray.remote
Interface HttpRMIConnector

All Superinterfaces:
Remote
All Known Implementing Classes:
HttpRMIConnectorImpl

public interface HttpRMIConnector
extends Remote

An interface of an RMI connector for HTTP clients.

Author:
Ilkka Priha

Method Summary
 void connect(String method, String uri, String protocol, Map headers, Map parameters, HttpRMIClient client)
          Connects a client and puts the request into a queue.
 

Method Detail

connect

void connect(String method,
             String uri,
             String protocol,
             Map headers,
             Map parameters,
             HttpRMIClient client)
             throws RemoteException
Connects a client and puts the request into a queue.

Parameters:
method - the request method.
uri - the request URI.
protocol - the request protocol.
headers - the request headers.
parameters - the request parameters.
client - the client to connect.
Throws:
RemoteException - on errors.


Copyright © 2004 The Norther Organization. All rights reserved.