com.github.dreamhead.moco.dumper
Class HttpMessageBaseDumper<T>

java.lang.Object
  extended by com.github.dreamhead.moco.dumper.HttpMessageBaseDumper<T>
All Implemented Interfaces:
Dumper<T>
Direct Known Subclasses:
HttpRequestDumper, HttpResponseDumper

public abstract class HttpMessageBaseDumper<T>
extends java.lang.Object
implements Dumper<T>


Field Summary
protected  com.google.common.base.Joiner.MapJoiner headerJoiner
           
 
Constructor Summary
HttpMessageBaseDumper()
           
 
Method Summary
protected static void appendContent(io.netty.handler.codec.http.FullHttpMessage message, java.lang.StringBuilder buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.github.dreamhead.moco.dumper.Dumper
dump
 

Field Detail

headerJoiner

protected final com.google.common.base.Joiner.MapJoiner headerJoiner
Constructor Detail

HttpMessageBaseDumper

public HttpMessageBaseDumper()
Method Detail

appendContent

protected static void appendContent(io.netty.handler.codec.http.FullHttpMessage message,
                                    java.lang.StringBuilder buf)