API Reference
| Classic JavaDoc |
ExchangeServiceClient.ExchangeResponse.ExchangeServiceClient.ExchangeResponse
public ExchangeServiceClient.ExchangeResponse(String statusLine, java.io.InputStream response)
public ExchangeServiceClient.ExchangeResponse(String statusLine, java.io.InputStream response, int responseLength)
public ExchangeServiceClient.ExchangeResponse(String statusLine, String responseContent)
public ExchangeServiceClient.ExchangeResponse(String statusLine, byte responseContent)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, java.io.InputStream response)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, java.io.InputStream response, int responseLength)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, String responseContent)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, byte responseContent)
public ExchangeServiceClient.ExchangeResponse(String statusLine, java.io.InputStream response, int responseLength)
public ExchangeServiceClient.ExchangeResponse(String statusLine, String responseContent)
public ExchangeServiceClient.ExchangeResponse(String statusLine, byte responseContent)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, java.io.InputStream response)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, java.io.InputStream response, int responseLength)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, String responseContent)
public ExchangeServiceClient.ExchangeResponse(int responseCode, String responseStatusMessage, byte responseContent)
Community comments
Powered by JavaDocPlus