-
public class HttpExperimentUtil
-
-
Field Summary
Fields Modifier and Type Field Description private final StringCONTROL_COOKIE_STOREprivate final StringREFERENCE_COOKIE_STOREprivate final StringCANDIDATE_COOKIE_STOREprivate final StringDETOUR_COOKIE_STOREpublic final static HttpExperimentUtilINSTANCE
-
Method Summary
Modifier and Type Method Description final ExperimentRequestcreateRequest(HttpServletRequest inboundRequest, Sample sample)final UnitprocessResponse(HttpServletResponse inboundResponse, ExperimentResponse controlResponse)final StringgetCONTROL_COOKIE_STORE()final StringgetREFERENCE_COOKIE_STORE()final StringgetCANDIDATE_COOKIE_STORE()final StringgetDETOUR_COOKIE_STORE()-
-
Method Detail
-
createRequest
final ExperimentRequest createRequest(HttpServletRequest inboundRequest, Sample sample)
-
processResponse
final Unit processResponse(HttpServletResponse inboundResponse, ExperimentResponse controlResponse)
-
getCONTROL_COOKIE_STORE
final String getCONTROL_COOKIE_STORE()
-
getREFERENCE_COOKIE_STORE
final String getREFERENCE_COOKIE_STORE()
-
getCANDIDATE_COOKIE_STORE
final String getCANDIDATE_COOKIE_STORE()
-
getDETOUR_COOKIE_STORE
final String getDETOUR_COOKIE_STORE()
-
-
-
-