public class GrizzlyInitializingBean 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 |
|---|
GrizzlyInitializingBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
void |
setAddOns(org.glassfish.grizzly.http.server.AddOn[] addOns) |
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(String[] documentRoots) |
void |
setHost(String host) |
void |
setIncludeJaxRsSupport(boolean includeJaxRsSupport) |
void |
setIncludeSpringSupport(boolean includeSpringSupport) |
void |
setIncludeWebSocketSupport(boolean includeWebSocketSupport) |
void |
setInitialWorkerPoolSize(Integer initialWorkerPoolSize) |
void |
setIoStrategy(org.glassfish.grizzly.IOStrategy ioStrategy) |
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) |
void |
setWebSocketPath(String webSocketPath) |
public void setIoStrategy(org.glassfish.grizzly.IOStrategy ioStrategy)
public void setHost(String host)
public void setPort(int port)
public void setMaxHttpHeaderSize(Integer maxHttpHeaderSize)
public void setInitialWorkerPoolSize(Integer initialWorkerPoolSize)
public void setMaximumWorkerPoolSize(Integer maximumWorkerPoolSize)
public void setSslInfo(SSLInfo sslInfo)
public void setContextPath(String contextPath)
public void setDocumentPath(String documentPath)
public void setStaticPath(String staticPath)
public void setRestPath(String restPath)
public void setSoapPath(String soapPath)
public void setWebSocketPath(String webSocketPath)
public void setDocumentRoots(String[] documentRoots)
public void setResourceConfigExtensions(ResourceConfigExtension[] resourceConfigExtensions)
public void setAddOns(org.glassfish.grizzly.http.server.AddOn[] addOns)
public void setAllowInsecure(boolean allowInsecure)
public void setIncludeSpringSupport(boolean includeSpringSupport)
public void setIncludeJaxRsSupport(boolean includeJaxRsSupport)
public void setIncludeWebSocketSupport(boolean includeWebSocketSupport)
public void setDebug(boolean debug)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic 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.