com.atlassian.theplugin.commons.remoteapi.rest
Interface HttpSessionCallback

All Known Implementing Classes:
HttpSessionCallbackImpl

public interface HttpSessionCallback

Interface for the callback used by AbstractHttpSession for HttpClient setup

Author:
Shawn Minto

Method Summary
 void configureHttpMethod(AbstractHttpSession session, org.apache.commons.httpclient.HttpMethod method)
           
 org.apache.commons.httpclient.HttpClient getHttpClient(Server server)
           
 

Method Detail

getHttpClient

org.apache.commons.httpclient.HttpClient getHttpClient(Server server)
                                                       throws HttpProxySettingsException
Throws:
HttpProxySettingsException

configureHttpMethod

void configureHttpMethod(AbstractHttpSession session,
                         org.apache.commons.httpclient.HttpMethod method)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.