程序包的使用
org.springframework.web.reactive.socket.adapter
使用org.springframework.web.reactive.socket.adapter的程序包 程序包 说明 org.springframework.web.reactive.socket.adapter Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.org.springframework.web.reactive.socket.client Client support for WebSocket interactions.org.springframework.web.reactive.socket.adapter使用的org.springframework.web.reactive.socket.adapter中的类 类 说明 AbstractListenerWebSocketSession Base class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.AbstractListenerWebSocketSession.WebSocketSendProcessor Processor to send web socket messages.AbstractWebSocketSession Convenient base class forWebSocketSessionimplementations that holds common fields and exposes accessors.JettyWebSocketSession SpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.NettyWebSocketSessionSupport Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.StandardWebSocketSession SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.UndertowWebSocketSession SpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.org.springframework.web.reactive.socket.client使用的org.springframework.web.reactive.socket.adapter中的类 类 说明 StandardWebSocketSession SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.