Modifier and Type | Interface and Description |
---|---|
interface |
HttpFilter
Interface for rules for filtering HTTP traffic.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpFilter
Default implementation of a class for processing HTTP request rules.
|
class |
HttpRequestHostMatcher
A rule for the host of an HTTP request.
|
class |
HttpRequestPathMatcher
Request rule that operates on the request path.
|
class |
NoOpHttpFilter
HTTP filter that does nothing.
|
Constructor and Description |
---|
DefaultHttpFilter(HttpResponseFilter responseFilter,
HttpRequestMatcher... requestRules)
Creates a new set of HTTP request rules.
|
Copyright © 2009–2016 LittleShoot. All rights reserved.