com.github.dreamhead.moco
Interface RequestMatcher

All Superinterfaces:
ConfigApplier<RequestMatcher>
All Known Implementing Classes:
AbstractOperatorMatcher, AndRequestMatcher, CompositeRequestMatcher, EqRequestMatcher, JsonRequestMatcher, MatchMatcher, MountMatcher, OrRequestMatcher, UnexpectedRequestMatcher, XmlRequestMatcher

public interface RequestMatcher
extends ConfigApplier<RequestMatcher>


Method Summary
 boolean match(io.netty.handler.codec.http.FullHttpRequest request)
           
 
Methods inherited from interface com.github.dreamhead.moco.ConfigApplier
apply
 

Method Detail

match

boolean match(io.netty.handler.codec.http.FullHttpRequest request)