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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.ByteBufferVERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetSocketAddressgetServer()voidsetServer(java.net.InetSocketAddress server)
-