Class BasicHttpResponse
- java.lang.Object
-
- com.taskadapter.redmineapi.internal.comm.BasicHttpResponse
-
public final class BasicHttpResponse extends java.lang.Object
Basic http entity. Just an iternal implementation to use with proper wrappers, etc...
-
-
Constructor Summary
Constructors Constructor Description BasicHttpResponse(int responseCode, java.io.InputStream stream, java.lang.String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCharset()
int
getResponseCode()
java.io.InputStream
getStream()
-