Package org.glassfish.jersey.model.internal

Examples of org.glassfish.jersey.model.internal.CommonConfig


         * @param original configuration strategy to be copied.
         */
        private State(JerseyClient client, State original) {
            this.strategy = IDENTITY;
            this.client = client;
            this.commonConfig = new CommonConfig(original.commonConfig);
            this.connectorProvider = original.connectorProvider;
        }
View Full Code Here

TOP

Related Classes of org.glassfish.jersey.model.internal.CommonConfig

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.