Package org.commonjava.test.http.expect
Class ContentResponse
- java.lang.Object
-
- org.commonjava.test.http.expect.ContentResponse
-
public final class ContentResponse extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()InputStreambodyStream()Integercode()ExpectationHandlerhandler()Stringmethod()Stringpath()StringtoString()
-
-
-
Method Detail
-
method
public String method()
-
path
public String path()
-
code
public Integer code()
-
body
public String body()
-
bodyStream
public InputStream bodyStream()
-
handler
public ExpectationHandler handler()
-
-