Searched refs:aGetCookie (Results 1 – 1 of 1) sorted by relevance
816 GetMethod aGetCookie = new GetMethod( aURI.getEscapedPathQuery() ); in Login() local818 ExecuteMethod( aGetCookie, aNewHostConfig, aURI, xContext, true ); in Login()820 int nResultCode = aGetCookie.getStatusCode(); in Login()823 sLoginPage = aGetCookie.getResponseBodyAsString(); in Login()825 aGetCookie.releaseConnection(); in Login()
Completed in 25 milliseconds