Essentially create an instance of this class once, providing the type of {@link WebSocketHandler} class to create for each connection, and then pass it to anyAPI method that expects a {@link WebSocketHandler}.
If initializing the target {@link WebSocketHandler} type requires a SpringBeanFctory, then the {@link #setBeanFactory(BeanFactory)} property accordingly. Simplydeclaring this class as a Spring bean will do that. Otherwise, {@link WebSocketHandler}instances of the target type will be created using the default constructor. @author Rossen Stoyanchev @since 4.0
|
|
|
|