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