Class StandardHttpContextMap

All Implemented Interfaces:
ConfigurableComponent, ControllerService, HttpContextMap

@Tags({"http","request","response"}) @SeeAlso(classNames={"org.apache.nifi.processors.standard.HandleHttpRequest","org.apache.nifi.processors.standard.HandleHttpResponse"}) @CapabilityDescription("Provides the ability to store and retrieve HTTP requests and responses external to a Processor, so that multiple Processors can interact with the same HTTP request.") public class StandardHttpContextMap extends AbstractControllerService implements HttpContextMap