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 |
setAllowInsecure(boolean allowInsecure) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setClassLoaderResourceOption(ClassLoaderResourceOption classLoaderResourceOption) |
void |
setContextPath(String contextPath) |
void |
setDebug(boolean debug) |
void |
setDocumentRootOption(DocumentRootOption documentRootOption) |
void |
setHost(String host) |
void |
setInitialWorkerPoolSize(Integer initialWorkerPoolSize) |
void |
setJaxRSOption(JaxRSOption jaxRSOption) |
void |
setMaxHttpHeaderSize(Integer maxHttpHeaderSize) |
void |
setMaximumWorkerPoolSize(Integer maximumWorkerPoolSize) |
void |
setPort(int port) |
void |
setResourceConfigExtensions(ResourceConfigExtension[] resourceConfigExtensions) |
void |
setSoapPath(String soapPath) |
void |
setSpringSupportOption(SpringSupportOption springSupportOption) |
void |
setSslInfo(SSLInfo sslInfo) |
void |
setWebSocketOption(WebSocketOption webSocketOption) |
public void setHost(String host)
public void setPort(int port)
public void setClassLoaderResourceOption(ClassLoaderResourceOption classLoaderResourceOption)
public void setDocumentRootOption(DocumentRootOption documentRootOption)
public void setJaxRSOption(JaxRSOption jaxRSOption)
public void setSpringSupportOption(SpringSupportOption springSupportOption)
public void setWebSocketOption(WebSocketOption webSocketOption)
public void setSslInfo(SSLInfo sslInfo)
public void setContextPath(String contextPath)
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 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 © 2020. All rights reserved.