Uses of Class
net.spy.memcached.auth.AuthThread
-
Packages that use AuthThread Package Description net.spy.memcached.auth Auth Utilities. -
-
Uses of AuthThread in net.spy.memcached.auth
Fields in net.spy.memcached.auth with type parameters of type AuthThread Modifier and Type Field Description private java.util.Map<java.lang.Object,AuthThread>
AuthThreadMonitor. nodeMap
Methods in net.spy.memcached.auth that return types with arguments of type AuthThread Modifier and Type Method Description protected java.util.Map<java.lang.Object,AuthThread>
AuthThreadMonitor. getNodeMap()
Returns Map of AuthThread for testing authentication mechanisms for different server versions.
-