Uses of Class
net.craftforge.essential.client.ClientResponse

Packages that use ClientResponse
net.craftforge.essential.client   
net.craftforge.essential.testsuite   
 

Uses of ClientResponse in net.craftforge.essential.client
 

Methods in net.craftforge.essential.client that return ClientResponse
protected  ClientResponse NetworkClient.getClientResponse(org.apache.http.HttpResponse httpResponse)
          Gets the client response from the provided HTTP response.
 ClientResponse NetworkClient.performRequest(ClientRequest clientRequest)
          Performs an HTTP request from the data provided by the given client request and retrieves an HTTP response that as provided as client response.
 ClientResponse LocalClient.performRequest(ClientRequest clientRequest)
          Performs a local request by delegating the client request to the used controller.
 ClientResponse Client.performRequest(ClientRequest request)
          Performs a request.
 

Uses of ClientResponse in net.craftforge.essential.testsuite
 

Methods in net.craftforge.essential.testsuite that return ClientResponse
 ClientResponse ClientTest.testRequest(ClientRequest request, HttpStatusCode expectedStatus)
           
 ClientResponse ClientTest.testRequest(ClientRequest request, int expectedStatus)
           
 



Copyright © 2011. All Rights Reserved.