package org.apache.http.client.params; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public interface ClientPNames { // Fields public static final java.lang.String CONNECTION_MANAGER_FACTORY_CLASS_NAME = "http.connection-manager.factory-class-name"; public static final java.lang.String CONNECTION_MANAGER_FACTORY = "http.connection-manager.factory-object"; public static final java.lang.String HANDLE_REDIRECTS = "http.protocol.handle-redirects"; public static final java.lang.String REJECT_RELATIVE_REDIRECT = "http.protocol.reject-relative-redirect"; public static final java.lang.String MAX_REDIRECTS = "http.protocol.max-redirects"; public static final java.lang.String ALLOW_CIRCULAR_REDIRECTS = "http.protocol.allow-circular-redirects"; public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication"; public static final java.lang.String COOKIE_POLICY = "http.protocol.cookie-policy"; public static final java.lang.String VIRTUAL_HOST = "http.virtual-host"; public static final java.lang.String DEFAULT_HEADERS = "http.default-headers"; public static final java.lang.String DEFAULT_HOST = "http.default-host"; }