net.rubyeye.xmemcached.command
Interface ServerAddressAware

All Known Implementing Classes:
BinaryStatsCommand, BinaryVersionCommand, TextStatsCommand, TextVersionCommand

public interface ServerAddressAware

Server address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.

Author:
boyan

Field Summary
static java.nio.ByteBuffer VERSION
           
 
Method Summary
 java.net.InetSocketAddress getServer()
           
 void setServer(java.net.InetSocketAddress server)
           
 

Field Detail

VERSION

static final java.nio.ByteBuffer VERSION
Method Detail

getServer

java.net.InetSocketAddress getServer()

setServer

void setServer(java.net.InetSocketAddress server)


Copyright © 2011. All Rights Reserved.