Methods Summary |
---|
public java.io.InputStream | getData() throw new RuntimeException("Stub!");
|
public java.lang.String | getEncoding() throw new RuntimeException("Stub!");
|
public java.lang.String | getMimeType() throw new RuntimeException("Stub!");
|
public java.lang.String | getReasonPhrase() throw new RuntimeException("Stub!");
|
public java.util.Map | getResponseHeaders() throw new RuntimeException("Stub!");
|
public int | getStatusCode() throw new RuntimeException("Stub!");
|
public void | setData(java.io.InputStream data) throw new RuntimeException("Stub!");
|
public void | setEncoding(java.lang.String encoding) throw new RuntimeException("Stub!");
|
public void | setMimeType(java.lang.String mimeType) throw new RuntimeException("Stub!");
|
public void | setResponseHeaders(java.util.Map headers) throw new RuntimeException("Stub!");
|
public void | setStatusCodeAndReasonPhrase(int statusCode, java.lang.String reasonPhrase) throw new RuntimeException("Stub!");
|