@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 BeanFactoryAware
BeansException
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
public void registerWebSocketHandlers(WebSocketHandlerRegistry registry)
Copyright © 2014. All rights reserved.