类的使用
org.springframework.messaging.simp.stomp.StompDecoder
使用StompDecoder的程序包 程序包 说明 org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.messaging.simp.stomp中StompDecoder的使用
返回StompDecoder的org.springframework.messaging.simp.stomp中的方法 修饰符和类型 方法 说明 StompDecoder
BufferingStompDecoder. getStompDecoder()
Return the wrappedStompDecoder
.参数类型为StompDecoder的org.springframework.messaging.simp.stomp中的构造器 构造器 说明 BufferingStompDecoder(StompDecoder stompDecoder, int bufferSizeLimit)
Create a newBufferingStompDecoder
wrapping the givenStompDecoder
.StompReactorNettyCodec(StompDecoder decoder)
StompReactorNettyCodec(StompDecoder decoder, StompEncoder encoder)
org.springframework.web.socket.messaging中StompDecoder的使用
参数类型为StompDecoder的org.springframework.web.socket.messaging中的方法 修饰符和类型 方法 说明 void
StompSubProtocolHandler. setDecoder(StompDecoder decoder)
Configure aStompDecoder
for decoding STOMP frames.