public class JettyInitializingBean extends Object implements org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
JettyInitializingBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
void |
setAllowClassPathAccess(boolean allowClassPathAccess) |
void |
setAllowInsecure(boolean allowInsecure) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setContextPath(String contextPath) |
void |
setDebug(boolean debug) |
void |
setDocumentPath(String documentPath) |
void |
setDocumentRoots(Map<String,String> documentRoots) |
void |
setHost(String host) |
void |
setIncludeJaxRsSupport(boolean includeJaxRsSupport) |
void |
setIncludeSpringSupport(boolean includeSpringSupport) |
void |
setIncludeWebSocketSupport(boolean includeWebSocketSupport) |
void |
setInitialWorkerPoolSize(Integer initialWorkerPoolSize) |
void |
setMaxHttpHeaderSize(Integer maxHttpHeaderSize) |
void |
setMaximumWorkerPoolSize(Integer maximumWorkerPoolSize) |
void |
setPort(int port) |
void |
setResourceConfigExtensions(ResourceConfigExtension[] resourceConfigExtensions) |
void |
setRestPath(String restPath) |
void |
setSoapPath(String soapPath) |
void |
setSslInfo(SSLInfo sslInfo) |
void |
setStaticPath(String staticPath) |
public void setHost(String host)
public void setPort(int port)
public void setSslInfo(SSLInfo sslInfo)
public void setContextPath(String contextPath)
public void setStaticPath(String staticPath)
public void setDocumentPath(String documentPath)
public void setRestPath(String restPath)
public void setSoapPath(String soapPath)
public void setResourceConfigExtensions(ResourceConfigExtension[] resourceConfigExtensions)
public void setInitialWorkerPoolSize(Integer initialWorkerPoolSize)
public void setMaximumWorkerPoolSize(Integer maximumWorkerPoolSize)
public void setMaxHttpHeaderSize(Integer maxHttpHeaderSize)
public void setIncludeJaxRsSupport(boolean includeJaxRsSupport)
public void setIncludeSpringSupport(boolean includeSpringSupport)
public void setIncludeWebSocketSupport(boolean includeWebSocketSupport)
public void setAllowClassPathAccess(boolean allowClassPathAccess)
public void setAllowInsecure(boolean allowInsecure)
public void setDebug(boolean debug)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public Object postProcessAfterInitialization(Object bean, String beanName)
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanCopyright © 2019. All rights reserved.