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 -
Method Summary
-
Field Details
-
VERSION
-
-
Method Details
-
getServer
InetSocketAddress getServer() -
setServer
-