A B C D E F 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
 
add(CharSequence, Object) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, Object...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, Object) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(CharSequence, Object...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(TextHeaders) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 

B

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

C

clear() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
clear() - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
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.
content() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
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
 
contentLength(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
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
 

F

forEachEntry(TextHeaderProcessor) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
forEachEntry(TextHeaderProcessor) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 

H

hasContentLength(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
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
 
io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
STOMP codec
isAggregated(StompSubframe) - 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
 

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) - 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.DefaultStompContentSubframe
 
refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
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
 

S

SERVER - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SESSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, Object) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, Object...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, Object) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, Object...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(TextHeaders) - Method 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 F H I L M N P R S T V 

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