|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.monitor.AbstractMonitor
com.github.dreamhead.moco.monitor.DefaultRequestHit
public class DefaultRequestHit
| Constructor Summary | |
|---|---|
DefaultRequestHit()
|
|
| Method Summary | |
|---|---|
void |
onMessageArrived(io.netty.handler.codec.http.FullHttpRequest request)
|
void |
onUnexpectedMessage(io.netty.handler.codec.http.FullHttpRequest request)
|
void |
verify(RequestMatcher matcher,
VerificationMode mode)
|
void |
verify(UnexpectedRequestMatcher matcher,
VerificationMode mode)
|
| Methods inherited from class com.github.dreamhead.moco.monitor.AbstractMonitor |
|---|
onException, onMessageLeave |
| 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.MocoMonitor |
|---|
onException, onMessageLeave |
| Constructor Detail |
|---|
public DefaultRequestHit()
| Method Detail |
|---|
public void onMessageArrived(io.netty.handler.codec.http.FullHttpRequest request)
onMessageArrived in interface MocoMonitoronMessageArrived in class AbstractMonitorpublic void onUnexpectedMessage(io.netty.handler.codec.http.FullHttpRequest request)
onUnexpectedMessage in interface MocoMonitoronUnexpectedMessage in class AbstractMonitor
public void verify(UnexpectedRequestMatcher matcher,
VerificationMode mode)
verify in interface RequestHit
public void verify(RequestMatcher matcher,
VerificationMode mode)
verify in interface RequestHit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||