public interface Valve
Pipeline
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initialize the valve before using in a pipeline.
|
void |
invoke(RequestContext request,
ValveContext context) |
void invoke(RequestContext request, ValveContext context) throws PipelineException
PipelineException
void initialize() throws PipelineException
PipelineException
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.