Package org.asynchttpclient.providers.grizzly.bodyhandler

Examples of org.asynchttpclient.providers.grizzly.bodyhandler.BodyHandlerFactory


    // -------------------------------------------------------- Constructors

    public AsyncHttpClientFilter(GrizzlyAsyncHttpProvider grizzlyAsyncHttpProvider, final AsyncHttpClientConfig config) {
        this.grizzlyAsyncHttpProvider = grizzlyAsyncHttpProvider;
        this.config = config;
        bodyHandlerFactory = new BodyHandlerFactory(grizzlyAsyncHttpProvider);
        logger = GrizzlyAsyncHttpProvider.LOGGER;
    }
View Full Code Here

TOP

Related Classes of org.asynchttpclient.providers.grizzly.bodyhandler.BodyHandlerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.