程序包 org.springframework.web.socket.adapter.standard
Adapter classes for the standard Java WebSocket API.
类概要 类 说明 ConvertingEncoderDecoderSupport<T,M> ConvertingEncoderDecoderSupport.BinaryDecoder<T> A binaryjavax.websocket.Encoderthat delegates to Spring's conversion service.ConvertingEncoderDecoderSupport.BinaryEncoder<T> A binaryjavax.websocket.Encoderthat delegates to Spring's conversion service.ConvertingEncoderDecoderSupport.TextDecoder<T> A Textjavax.websocket.Encoderthat delegates to Spring's conversion service.ConvertingEncoderDecoderSupport.TextEncoder<T> A textjavax.websocket.Encoderthat delegates to Spring's conversion service.StandardToWebSocketExtensionAdapter A sub-class ofWebSocketExtensionthat can be constructed from anExtension.StandardWebSocketHandlerAdapter Adapts aWebSocketHandlerto the standard WebSocket for Java API.StandardWebSocketSession AWebSocketSessionfor use with the standard WebSocket for Java API.WebSocketToStandardExtensionAdapter Adapt an instance ofWebSocketExtensionto theExtensioninterface.