程序包 org.springframework.web.reactive.socket.adapter
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
类概要 类 说明 AbstractListenerWebSocketSession<T> Base class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.AbstractWebSocketSession<T> Convenient base class forWebSocketSessionimplementations that holds common fields and exposes accessors.JettyWebSocketHandlerAdapter Jetty@WebSockethandler that delegates events to a reactiveWebSocketHandlerand its session.JettyWebSocketSession SpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.NettyWebSocketSessionSupport<T> Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.ReactorNettyWebSocketSession ReactorNettyWebSocketSession.WebSocketConnection Simple container forNettyInboundandNettyOutbound.StandardWebSocketHandlerAdapter Adapter for Java WebSocket API (JSR-356) that delegates events to a reactiveWebSocketHandlerand its session.StandardWebSocketSession SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.TomcatWebSocketSession SpringWebSocketSessionadapter for Tomcat'sSession.UndertowWebSocketHandlerAdapter UndertowWebSocketConnectionCallbackimplementation that adapts and delegates to a SpringWebSocketHandler.UndertowWebSocketSession SpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.