|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.monitor.AbstractMonitor
public abstract class AbstractMonitor
| Constructor Summary | |
|---|---|
AbstractMonitor()
|
|
| Method Summary | |
|---|---|
void |
onException(java.lang.Exception e)
|
void |
onMessageArrived(io.netty.handler.codec.http.FullHttpRequest request)
|
void |
onMessageLeave(io.netty.handler.codec.http.FullHttpResponse response)
|
void |
onUnexpectedMessage(io.netty.handler.codec.http.FullHttpRequest request)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMonitor()
| Method Detail |
|---|
public void onMessageArrived(io.netty.handler.codec.http.FullHttpRequest request)
onMessageArrived in interface MocoMonitorpublic void onException(java.lang.Exception e)
onException in interface MocoMonitorpublic void onMessageLeave(io.netty.handler.codec.http.FullHttpResponse response)
onMessageLeave in interface MocoMonitorpublic void onUnexpectedMessage(io.netty.handler.codec.http.FullHttpRequest request)
onUnexpectedMessage in interface MocoMonitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||