public class SchemeRegistryFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<org.apache.http.conn.scheme.SchemeRegistry>
SchemeRegistry in spring| Constructor and Description |
|---|
SchemeRegistryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.conn.scheme.SchemeRegistry |
createInstance() |
java.lang.Class<?> |
getObjectType() |
void |
setExtendDefault(boolean extendDefault)
If true
SchemeRegistryFactory.createDefault() is used to create the SchemeRegistry
before the additional schemes are registered via SchemeRegistry.register(Scheme), defaults
to true; |
void |
setSchemes(java.util.Set<org.apache.http.conn.scheme.Scheme> schemes)
Schemes to register with the SchemeRegistry |
public void setExtendDefault(boolean extendDefault)
SchemeRegistryFactory.createDefault() is used to create the SchemeRegistry
before the additional schemes are registered via SchemeRegistry.register(Scheme), defaults
to true;extendDefault - true to to create the SchemeRegistry
before the additional schemes are registeredpublic void setSchemes(java.util.Set<org.apache.http.conn.scheme.Scheme> schemes)
Schemes to register with the SchemeRegistryschemes - Schemes to registerpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.apache.http.conn.scheme.SchemeRegistry>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<org.apache.http.conn.scheme.SchemeRegistry>protected org.apache.http.conn.scheme.SchemeRegistry createInstance()
throws java.lang.Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<org.apache.http.conn.scheme.SchemeRegistry>java.lang.ExceptionCopyright © 2018 Jasig. All Rights Reserved.