Class MutableResponse
java.lang.Object
is.galia.http.MutableResponse
- All Implemented Interfaces:
Response,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()No-op.byte[]getBody()voidsetBody(byte[] body) voidsetHeaders(Headers headers) voidvoidsetTransport(Transport transport) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.galia.http.Response
getBodyAsStream, getBodyAsString
-
Constructor Details
-
MutableResponse
public MutableResponse()
-
-
Method Details
-
close
public void close()No-op.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getBody
-
getHeaders
- Specified by:
getHeadersin interfaceResponse
-
getStatus
-
getTransport
- Specified by:
getTransportin interfaceResponse
-
setBody
public void setBody(byte[] body) -
setHeaders
-
setStatus
-
setTransport
-