@Configuration protected static class WebSocketAutoConfiguration.WebSocketRegistrationConfiguration extends Object implements BeanPostProcessor, BeanFactoryAware
| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketAutoConfiguration.WebSocketRegistrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
registerWebSocketHandlers(WebSocketHandlerRegistry registry) |
void |
setBeanFactory(BeanFactory beanFactory) |
protected WebSocketAutoConfiguration.WebSocketRegistrationConfiguration()
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
setBeanFactory in interface BeanFactoryAwareBeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionpublic void registerWebSocketHandlers(WebSocketHandlerRegistry registry)
Copyright © 2014. All rights reserved.