Package net.rubyeye.xmemcached.command
Interface ServerAddressAware
-
- All Known Implementing Classes:
BinaryStatsCommand,BinaryVersionCommand,TextStatsCachedumpCommand,TextStatsCommand,TextVersionCommand
public interface ServerAddressAwareServer address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.- Author:
- boyan
-
-
Field Summary
Fields Modifier and Type Field Description static ByteBufferVERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetSocketAddressgetServer()voidsetServer(InetSocketAddress server)
-
-
-
Field Detail
-
VERSION
static final ByteBuffer VERSION
-
-
Method Detail
-
getServer
InetSocketAddress getServer()
-
setServer
void setServer(InetSocketAddress server)
-
-