com.github.dreamhead.moco
Class VerificationData

java.lang.Object
  extended by com.github.dreamhead.moco.VerificationData

public class VerificationData
extends java.lang.Object


Constructor Summary
VerificationData(com.google.common.collect.ImmutableList<io.netty.handler.codec.http.FullHttpRequest> requests, RequestMatcher matcher)
           
 
Method Summary
 RequestMatcher getMatcher()
           
 com.google.common.collect.ImmutableList<io.netty.handler.codec.http.FullHttpRequest> getRequests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationData

public VerificationData(com.google.common.collect.ImmutableList<io.netty.handler.codec.http.FullHttpRequest> requests,
                        RequestMatcher matcher)
Method Detail

getRequests

public com.google.common.collect.ImmutableList<io.netty.handler.codec.http.FullHttpRequest> getRequests()

getMatcher

public RequestMatcher getMatcher()