com.googlecode.xremoting.core.spi
Interface Requester

All Known Implementing Classes:
CommonsHttpClientRequester, HttpRequester

public interface Requester

Central interface for transports. Used as a factory for requests.

To add a new transport/library support, implement this interface as long as Request.

Author:
Roman Puchkovskiy
See Also:
Request

Method Summary
 Request createRequest()
          Creates and initializes a new request.
 

Method Detail

createRequest

Request createRequest()
                      throws IOException
Creates and initializes a new request.

Returns:
request
Throws:
IOException - if input/output error occurs


Copyright © 2012. All Rights Reserved.