Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.stomp Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
DefaultLastStompContentSubframeThe default implementation for the LastStompContentSubframe.Classio.netty.handler.codec.stompNetty
DefaultStompContentSubframeThe default StompContentSubframe implementation.Classio.netty.handler.codec.stompNetty
DefaultStompFrameDefault implementation of StompFrame.Classio.netty.handler.codec.stompNetty
DefaultStompHeadersClassio.netty.handler.codec.stompNetty
DefaultStompHeadersSubframeDefault implementation of StompHeadersSubframe.Classio.netty.handler.codec.stompNetty
LastStompContentSubframeThe last StompContentSubframe which signals the end of the content batchNote, even when no content is emitted by the protocol, anInterfaceio.netty.handler.codec.stompNetty
StompCommandClassio.netty.handler.codec.stompNetty
StompContentSubframeAn STOMP chunk which is used for STOMP chunked transfer-encoding.Interfaceio.netty.handler.codec.stompNetty
StompFrameCombines StompHeadersSubframe and LastStompContentSubframe into oneframe.Interfaceio.netty.handler.codec.stompNetty
StompHeadersThe multimap data structure for the STOMP header names and values.Interfaceio.netty.handler.codec.stompNetty
StompHeadersSubframeAn interface that defines a StompFrame's command and headers.Interfaceio.netty.handler.codec.stompNetty
StompSubframeDefines a common interface for all StompSubframe implementations.Interfaceio.netty.handler.codec.stompNetty
StompSubframeAggregatorA ChannelHandler that aggregates an StompHeadersSubframeand its following StompContentSubframes into a single StompFrame.Classio.netty.handler.codec.stompNetty
StompSubframeDecoderDecodes ByteBufs into StompHeadersSubframes andStompContentSubframes.Classio.netty.handler.codec.stompNetty
StompSubframeEncoderEncodes a StompFrame or a StompSubframe into a ByteBuf.Classio.netty.handler.codec.stompNetty