org.mobicents.client.slee.resource.http
Interface HttpClientFactory


public interface HttpClientFactory

A factory for HTTP Clients, which may be used for specific usages of the RA where the default setup of the HTTP Client is not good enough.

Author:
martins

Method Summary
 org.apache.http.client.HttpClient newHttpClient()
          Creates a new instance of a configured HTTP Client.
 

Method Detail

newHttpClient

org.apache.http.client.HttpClient newHttpClient()
Creates a new instance of a configured HTTP Client.

Returns:


Copyright © 2011. All Rights Reserved.