com.google.code.yanf4j.core
Interface WriteMessage

All Known Implementing Classes:
BaseBinaryCommand, BinaryAppendPrependCommand, BinaryAuthListMechanismsCommand, BinaryAuthStartCommand, BinaryAuthStepCommand, BinaryCASCommand, BinaryDeleteCommand, BinaryFlushAllCommand, BinaryGetCommand, BinaryGetMultiCommand, BinaryIncrDecrCommand, BinaryNoopCommand, BinaryQuitCommand, BinaryStatsCommand, BinaryStoreCommand, BinaryVersionCommand, Command, KestrelDeleteCommand, KestrelFlushAllCommand, KestrelGetCommand, KestrelSetCommand, TextCacheDumpCommand, TextCASCommand, TextDeleteCommand, TextFlushAllCommand, TextGetCommand, TextGetMultiCommand, TextGetOneCommand, TextIncrDecrCommand, TextQuitCommand, TextStatsCommand, TextStoreCommand, TextVerbosityCommand, TextVersionCommand, VerbosityCommand, WriteMessageImpl

public interface WriteMessage

Write message with a buffer

Author:
dennis

Method Summary
 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()


Copyright © 2011. All Rights Reserved.