Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class ExchangeServiceClient.ExchangeResponse

java.lang.Object
  └ com.moyosoft.exchange.util.ExchangeServiceClient.ExchangeResponse


public static final class ExchangeServiceClient.ExchangeResponse

Constructors

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)

Methods

byte
asBytes ()
String
asString ()
Iterable
getParameters ()
String
getStatusLine ()
boolean
hasParameters ()
java.io.InputStream
openInputStream ()
void
setParameters (java.util.Map parameters)
String
toString ()
void
writeTo (java.io.OutputStream out)

Community comments



Powered by JavaDocPlus