Package org.eclipse.jetty.fcgi.client.http

Examples of org.eclipse.jetty.fcgi.client.http.HttpDestinationOverFCGI


        client = new HttpClient(new HttpClientTransportOverFCGI(1, false, "")
        {
            @Override
            public HttpDestination newHttpDestination(Origin origin)
            {
                return new HttpDestinationOverFCGI(client, origin)
                {
                    @Override
                    protected ConnectionPool newConnectionPool(HttpClient client)
                    {
                        return new LeakTrackingConnectionPool(this, client.getMaxConnectionsPerDestination(), this)
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.fcgi.client.http.HttpDestinationOverFCGI

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.