|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.model.DumpMessage
com.github.dreamhead.moco.model.DumpHttpResponse
public class DumpHttpResponse
| Nested Class Summary | |
|---|---|
static class |
DumpHttpResponse.Builder
|
| Field Summary |
|---|
| Fields inherited from class com.github.dreamhead.moco.model.DumpMessage |
|---|
content, headers, version |
| Constructor Summary | |
|---|---|
DumpHttpResponse(java.lang.String version,
int status,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> headers,
java.lang.String content)
|
|
| Method Summary | |
|---|---|
static DumpHttpResponse.Builder |
builder()
|
int |
getStatus()
|
static DumpHttpResponse |
newResponse(io.netty.handler.codec.http.FullHttpResponse response)
|
| Methods inherited from class com.github.dreamhead.moco.model.DumpMessage |
|---|
getContent, getHeaders, getVersion, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.github.dreamhead.moco.HttpResponse |
|---|
getContent, getHeaders, getVersion |
| Constructor Detail |
|---|
public DumpHttpResponse(java.lang.String version,
int status,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> headers,
java.lang.String content)
| Method Detail |
|---|
public int getStatus()
getStatus in interface HttpResponsepublic static DumpHttpResponse newResponse(io.netty.handler.codec.http.FullHttpResponse response)
public static DumpHttpResponse.Builder builder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||