类的使用
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
使用AbstractWebSocketSession的程序包 程序包 说明 org.springframework.web.reactive.socket.adapter Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.org.springframework.web.reactive.socket.adapter中AbstractWebSocketSession的使用
org.springframework.web.reactive.socket.adapter中AbstractWebSocketSession的子类 修饰符和类型 类 说明 classAbstractListenerWebSocketSession<T>Base class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.classJettyWebSocketSessionSpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.classNettyWebSocketSessionSupport<T>Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.classReactorNettyWebSocketSessionclassStandardWebSocketSessionSpringWebSocketSessionadapter for a standard Java (JSR 356)Session.classTomcatWebSocketSessionSpringWebSocketSessionadapter for Tomcat'sSession.classUndertowWebSocketSessionSpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.