Uses of Interface
com.danga.MemCached.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in com.danga.MemCached
Fields in com.danga.MemCached declared as ErrorHandlerMethods in com.danga.MemCached with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
MemCachedClient.setErrorHandler
(ErrorHandler errorHandler) Sets an optional ErrorHandler.Constructors in com.danga.MemCached with parameters of type ErrorHandlerModifierConstructorDescriptionMemCachedClient
(ClassLoader classLoader, ErrorHandler errorHandler) Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader and a passed in ErrorHandler.MemCachedClient
(ClassLoader classLoader, ErrorHandler errorHandler, String poolName) Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader, ErrorHandler, and SockIOPool name.