Uses of Interface
com.danga.MemCached.ErrorHandler
-
Packages that use ErrorHandler Package Description com.danga.MemCached -
-
Uses of ErrorHandler in com.danga.MemCached
Fields in com.danga.MemCached declared as ErrorHandler Modifier and Type Field Description private ErrorHandler
MemCachedClient. errorHandler
Methods in com.danga.MemCached with parameters of type ErrorHandler Modifier and Type Method Description void
MemCachedClient. setErrorHandler(ErrorHandler errorHandler)
Sets an optional ErrorHandler.Constructors in com.danga.MemCached with parameters of type ErrorHandler Constructor Description MemCachedClient(java.lang.ClassLoader classLoader, ErrorHandler errorHandler)
Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader and a passed in ErrorHandler.MemCachedClient(java.lang.ClassLoader classLoader, ErrorHandler errorHandler, java.lang.String poolName)
Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader, ErrorHandler, and SockIOPool name.
-