クラス AnnotatedEndpointConnectionManager

java.lang.ObjectSE
org.springframework.web.socket.client.ConnectionManagerSupport
org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
実装されたすべてのインターフェース:
AwareBeanFactoryAwareLifecyclePhasedSmartLifecycle

public class AnnotatedEndpointConnectionManager extends ConnectionManagerSupport implements BeanFactoryAware
WebSocket WebSocketContainerEE 経由でサーバーに接続し、@ClientEndpointEE エンドポイントでセッションを処理する connection manager
導入:
4.0
作成者:
Rossen Stoyanchev