Netty/Codec/Stomp 4.1.5.Final-redhat-1
A B C D E G H I L M N P R S T V 

A

ACCEPT_VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
ACK - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

B

beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 

C

closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
command - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
Returns command of this frame.
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp.StompHeaders
Returns true if a header with the name and value exists, false otherwise.
content() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
CONTENT_TYPE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
copy() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp.StompFrame
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DefaultLastStompContentSubframe - Class in io.netty.handler.codec.stomp
The default implementation for the LastStompContentSubframe.
DefaultLastStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
The default StompContentSubframe implementation.
DefaultStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
DefaultStompFrame - Class in io.netty.handler.codec.stomp
Default implementation of StompFrame.
DefaultStompFrame(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompFrame(StompCommand, ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompHeaders - Class in io.netty.handler.codec.stomp
 
DefaultStompHeaders() - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeaders
 
DefaultStompHeadersSubframe - Class in io.netty.handler.codec.stomp
Default implementation of StompHeadersSubframe.
DefaultStompHeadersSubframe(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DESTINATION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
duplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
 

E

EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 

G

getAllAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
Headers.getAll(Object) and convert each element of List to a String.
getAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
getAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
Headers.get(Object) and convert the result to a String.

H

headers - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
headers() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
headers() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
Returns headers of this frame.
HEART_BEAT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
HOST - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

I

ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
STOMP codec
isAggregated(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isContentLengthInvalid(StompHeadersSubframe, int) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isLastContentMessage(StompContentSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
iteratorAsString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
iteratorAsString() - Method in interface io.netty.handler.codec.stomp.StompHeaders
Headers.iterator() that converts each Map.Entry's key and value to a String.

L

LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
The last StompContentSubframe which signals the end of the content batch

Note, even when no content is emitted by the protocol, an empty LastStompContentSubframe is issued to make the upstream parsing easier.

LOGIN - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

M

MESSAGE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

N

newContinueResponse(StompHeadersSubframe, int, ChannelPipeline) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 

P

PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

R

RECEIPT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
 

S

SERVER - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SESSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
StompCommand - Enum in io.netty.handler.codec.stomp
STOMP command
StompContentSubframe - Interface in io.netty.handler.codec.stomp
An STOMP chunk which is used for STOMP chunked transfer-encoding.
StompFrame - Interface in io.netty.handler.codec.stomp
Combines StompHeadersSubframe and LastStompContentSubframe into one frame.
StompHeaders - Interface in io.netty.handler.codec.stomp
The multimap data structure for the STOMP header names and values.
StompHeadersSubframe - Interface in io.netty.handler.codec.stomp
An interface that defines a StompFrame's command and headers.
StompSubframe - Interface in io.netty.handler.codec.stomp
Defines a common interface for all StompSubframe implementations.
StompSubframeAggregator - Class in io.netty.handler.codec.stomp
A ChannelHandler that aggregates an StompHeadersSubframe and its following StompContentSubframes into a single StompFrame.
StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeAggregator
Creates a new instance.
StompSubframeDecoder - Class in io.netty.handler.codec.stomp
Decodes ByteBufs into StompHeadersSubframes and StompContentSubframes.
StompSubframeDecoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder(int, int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeEncoder - Class in io.netty.handler.codec.stomp
Encodes a StompFrame or a StompSubframe into a ByteBuf.
StompSubframeEncoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeEncoder
 
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

T

toString() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
TRANSACTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 

V

valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompCommand
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.handler.codec.stomp.StompCommand
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
A B C D E G H I L M N P R S T V 
Netty/Codec/Stomp 4.1.5.Final-redhat-1

Copyright © 2008–2016 The Netty Project. All rights reserved.