Modifier and Type | Interface and Description |
---|---|
interface |
HttpResponseProcessorManager
Manager for response processors.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpHttpResponseFilter
HttpResponseFilter that just passes the response back without
modifying it in any way. |
Modifier and Type | Method and Description |
---|---|
HttpResponseFilter |
HttpResponseFilterFactory.newFilter()
Creates a new response filter.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseProcessorManager.addResponseProcessor(HttpResponseFilter responseProcessor)
Adds a response processor factory to the chain.
|
Constructor and Description |
---|
DefaultHttpFilter(HttpResponseFilter responseFilter,
HttpRequestMatcher... requestRules)
Creates a new set of HTTP request rules.
|
Copyright © 2009-2012 LittleShoot. All Rights Reserved.