A B C D E F G I K L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
Decoder for both
BinaryMemcacheRequestandBinaryMemcacheResponse. - AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Create a new
AbstractBinaryMemcacheDecoderwith default settings. - AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Create a new
AbstractBinaryMemcacheDecoderwith custom settings. - AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
A
MessageToByteEncoderthat encodes binary memcache messages into bytes. - AbstractBinaryMemcacheEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
- AbstractBinaryMemcacheMessage - Class in io.netty.handler.codec.memcache.binary
-
Default implementation of a
BinaryMemcacheMessage. - AbstractBinaryMemcacheMessage(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
Create a new instance with all properties set.
- AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
-
The default
MemcacheObjectimplementation. - AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObject
- AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
-
A
ChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents. - AbstractMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- AbstractMemcacheObjectDecoder - Class in io.netty.handler.codec.memcache
-
Abstract super class for both ascii and binary decoders.
- AbstractMemcacheObjectDecoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
- AbstractMemcacheObjectEncoder<M extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
-
A general purpose
AbstractMemcacheObjectEncoderthat encodesMemcacheMessages. - AbstractMemcacheObjectEncoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- ADDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- APPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- AUTH_CONTINUE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- AUTH_ERROR - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
B
- beginAggregation(BinaryMemcacheMessage, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
- BinaryMemcacheClientCodec - Class in io.netty.handler.codec.memcache.binary
-
The client codec that combines the proper encoder and decoder.
- BinaryMemcacheClientCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecwith the default settings applied. - BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecand set a custom chunk size. - BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecwith custom settings. - BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
-
An interface that defines a binary Memcache message, providing common properties for
BinaryMemcacheRequestandBinaryMemcacheResponse. - BinaryMemcacheObjectAggregator - Class in io.netty.handler.codec.memcache.binary
-
An object aggregator for the memcache binary protocol.
- BinaryMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
- BinaryMemcacheOpcodes - Class in io.netty.handler.codec.memcache.binary
-
Represents all Opcodes that can occur in a
BinaryMemcacheMessage. - BinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
Represents a full
BinaryMemcacheRequest, which contains the header and optional key and extras. - BinaryMemcacheRequestDecoder - Class in io.netty.handler.codec.memcache.binary
-
The decoder part which takes care of decoding the request-specific headers.
- BinaryMemcacheRequestDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- BinaryMemcacheRequestDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- BinaryMemcacheRequestEncoder - Class in io.netty.handler.codec.memcache.binary
-
The encoder part which takes care of encoding the request headers.
- BinaryMemcacheRequestEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
- BinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
-
Represents a full
BinaryMemcacheResponse, which contains the header and optional key and extras. - BinaryMemcacheResponseDecoder - Class in io.netty.handler.codec.memcache.binary
-
The decoder which takes care of decoding the response headers.
- BinaryMemcacheResponseDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- BinaryMemcacheResponseDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- BinaryMemcacheResponseEncoder - Class in io.netty.handler.codec.memcache.binary
-
The encoder which takes care of encoding the response headers.
- BinaryMemcacheResponseEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
- BinaryMemcacheResponseStatus - Class in io.netty.handler.codec.memcache.binary
-
Contains all possible status values a
BinaryMemcacheResponsecan return. - BinaryMemcacheServerCodec - Class in io.netty.handler.codec.memcache.binary
-
The full server codec that combines the correct encoder and decoder.
- BinaryMemcacheServerCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
- BinaryMemcacheServerCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Helper method to create a upstream message when the incoming parsing did fail.
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
C
- cas() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- cas() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the CAS identifier.
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
When the channel goes inactive, release all frames to prevent data leaks.
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- content() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- copy() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- copy() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- copy() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- copy() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- copy() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
D
- dataType() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- dataType() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the data type of the message.
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- deallocate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Decode and return the parsed
BinaryMemcacheMessage. - decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- decoderResult() - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
- DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
- DefaultBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of the
BinaryMemcacheRequest. - DefaultBinaryMemcacheRequest() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header only. - DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header and key. - DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header only. - DefaultBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of the
BinaryMemcacheResponse. - DefaultBinaryMemcacheResponse() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header only. - DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header and key. - DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header, key and extras. - DefaultFullBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of a
FullBinaryMemcacheRequest. - DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header, key and extras. - DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header, key, extras and content. - DefaultFullBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of a
FullBinaryMemcacheResponse. - DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
Create a new
DefaultFullBinaryMemcacheResponsewith the header, key and extras. - DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
Create a new
DefaultFullBinaryMemcacheResponsewith the header, key, extras and content. - DefaultLastMemcacheContent - Class in io.netty.handler.codec.memcache
-
The default implementation for the
LastMemcacheContent. - DefaultLastMemcacheContent() - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- DefaultLastMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
-
The default
MemcacheContentimplementation. - DefaultMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
Creates a new instance with the specified content.
- DELETE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- DELETEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- DELTA_BADVAL - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- duplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- duplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- duplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
E
- E2BIG - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- EINVA - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.memcache.LastMemcacheContent
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- encodeHeader(ByteBuf, BinaryMemcacheRequest) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
- encodeHeader(ByteBuf, BinaryMemcacheResponse) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
- encodeHeader(ByteBuf, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
-
Encode the header.
- encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
-
Take the given
MemcacheMessageand encode it into a writableByteBuf. - encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
- ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- extras() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- extras() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns a
ByteBufrepresentation of the optional extras. - extrasLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- extrasLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Return the extras length of the message.
F
- FLUSH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
A
BinaryMemcacheRequestthat also includes the content. - FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
-
A
BinaryMemcacheResponsethat also includes the content. - FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
-
Combines
MemcacheMessageandLastMemcacheContentinto one message.
G
- GAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GETK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GETKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
I
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- io.netty.handler.codec.memcache - package io.netty.handler.codec.memcache
-
Common superset of ascii and binary classes.
- io.netty.handler.codec.memcache.binary - package io.netty.handler.codec.memcache.binary
-
Implementations and Interfaces for the Memcache Binary protocol.
- isAggregated(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isContentLengthInvalid(H, int) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isContentMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isLastContentMessage(MemcacheContent) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isStartMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
K
- key() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- key() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the optional key of the document.
- KEY_EEXISTS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- KEY_ENOENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- keyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- keyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the key length of the message.
L
- LastMemcacheContent - Interface in io.netty.handler.codec.memcache
-
The
MemcacheContentwhich signals the end of the content batch.
M
- magic() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- magic() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the magic byte for the message.
- MemcacheContent - Interface in io.netty.handler.codec.memcache
-
An Memcache content chunk.
- MemcacheMessage - Interface in io.netty.handler.codec.memcache
-
Marker interface for both ascii and binary messages.
- MemcacheObject - Interface in io.netty.handler.codec.memcache
-
Defines a common interface for all
MemcacheObjectimplementations.
N
- newContinueResponse(H, int, ChannelPipeline) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- NOOP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
O
- opaque() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- opaque() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the opaque value.
- opcode() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- opcode() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the opcode for the message.
P
- PREPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- PREPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
Q
- QUIT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- QUITQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
R
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Default magic byte for a request.
- reserved() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Returns the reserved field value.
- reserved() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- resetDecoder() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Prepare for next decoding iteration.
- RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Default magic byte for a request.
- retain() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by
1. - retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retain() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retain() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by
1. - retain(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by the specified
increment. - retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retain(int) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by the specified
increment. - retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
S
- SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- setCas(long) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setCas(long) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the CAS identifier.
- setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the data type of the message.
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
- setExtras(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setExtras(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the extras buffer on the message.
- setKey(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setKey(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the key of the document.
- setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the magic byte.
- setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the opaque value.
- setOpcode(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setOpcode(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the opcode for the message.
- SETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Sets the reserved field value.
- setReserved(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- setStatus(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Sets the status of the response.
- setStatus(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the total body length.
- STAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- status() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Returns the status of the response.
- status() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- SUCCESS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
T
- toString() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- totalBodyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- totalBodyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the total body length.
- touch() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- touch() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
- TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
U
- UNKNOWN_COMMAND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
V
- VERSION - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
All Classes All Packages