|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.handler.AbstractResponseHandler
com.github.dreamhead.moco.handler.AbstractContentResponseHandler
public abstract class AbstractContentResponseHandler
| Constructor Summary | |
|---|---|
AbstractContentResponseHandler()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getContentType(HttpRequest request)
|
protected abstract void |
writeContentResponse(HttpRequest request,
io.netty.buffer.ByteBuf buffer)
|
void |
writeToResponse(SessionContext context)
|
| Methods inherited from class com.github.dreamhead.moco.handler.AbstractResponseHandler |
|---|
apply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractContentResponseHandler()
| Method Detail |
|---|
protected abstract void writeContentResponse(HttpRequest request,
io.netty.buffer.ByteBuf buffer)
public void writeToResponse(SessionContext context)
protected java.lang.String getContentType(HttpRequest request)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||