Package com.google.code.yanf4j.core
Interface WriteMessage
-
- All Known Implementing Classes:
BaseBinaryCommand
,BinaryAppendPrependCommand
,BinaryAuthListMechanismsCommand
,BinaryAuthStartCommand
,BinaryAuthStepCommand
,BinaryAWSElasticCacheConfigCommand
,BinaryCASCommand
,BinaryDeleteCommand
,BinaryFlushAllCommand
,BinaryGetAndTouchCommand
,BinaryGetCommand
,BinaryGetMultiCommand
,BinaryIncrDecrCommand
,BinaryNoopCommand
,BinaryQuitCommand
,BinarySetMultiCommand
,BinaryStatsCommand
,BinaryStoreCommand
,BinaryTouchCommand
,BinaryVerbosityCommand
,BinaryVersionCommand
,Command
,KestrelDeleteCommand
,KestrelFlushAllCommand
,KestrelGetCommand
,KestrelSetCommand
,TextAWSElasticCacheConfigCommand
,TextCacheDumpCommand
,TextCASCommand
,TextDeleteCommand
,TextFlushAllCommand
,TextGetCommand
,TextGetMultiCommand
,TextGetOneCommand
,TextIncrDecrCommand
,TextQuitCommand
,TextStatsCachedumpCommand
,TextStatsCommand
,TextStoreCommand
,TextTouchCommand
,TextVerbosityCommand
,TextVersionCommand
,VerbosityCommand
,WriteMessageImpl
public interface WriteMessage
Write message with a buffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getMessage()
IoBuffer
getWriteBuffer()
FutureImpl<java.lang.Boolean>
getWriteFuture()
boolean
isWriting()
void
setWriteBuffer(IoBuffer buffers)
void
writing()
-
-
-
Method Detail
-
writing
void writing()
-
isWriting
boolean isWriting()
-
getWriteBuffer
IoBuffer getWriteBuffer()
-
getMessage
java.lang.Object getMessage()
-
setWriteBuffer
void setWriteBuffer(IoBuffer buffers)
-
getWriteFuture
FutureImpl<java.lang.Boolean> getWriteFuture()
-
-