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
-
Method Details
-
writing
void writing() -
isWriting
boolean isWriting() -
getWriteBuffer
IoBuffer getWriteBuffer() -
getMessage
Object getMessage() -
setWriteBuffer
-
getWriteFuture
FutureImpl<Boolean> getWriteFuture()
-