Class RequestProcessingInitializationStage

  • All Implemented Interfaces:
    Function<ClientRequest,​ClientRequest>

    public class RequestProcessingInitializationStage
    extends Object
    implements Function<ClientRequest,​ClientRequest>
    Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
    Author:
    Marek Potociar