Package net.rubyeye.xmemcached.impl
Class ConnectFuture
- java.lang.Object
-
- com.google.code.yanf4j.core.impl.FutureImpl<java.lang.Boolean>
-
- net.rubyeye.xmemcached.impl.ConnectFuture
-
- All Implemented Interfaces:
java.util.concurrent.Future<java.lang.Boolean>
public class ConnectFuture extends FutureImpl<java.lang.Boolean>
Connect operation future
-
-
Field Summary
Fields Modifier and Type Field Description private InetSocketAddressWrapper
inetSocketAddressWrapper
-
Fields inherited from class com.google.code.yanf4j.core.impl.FutureImpl
result
-
-
Constructor Summary
Constructors Constructor Description ConnectFuture(InetSocketAddressWrapper inetSocketAddressWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddressWrapper
getInetSocketAddressWrapper()
-
Methods inherited from class com.google.code.yanf4j.core.impl.FutureImpl
cancel, failure, get, get, getResult, isCancelled, isDone, notifyHaveResult, setResult
-
-
-
-
Field Detail
-
inetSocketAddressWrapper
private final InetSocketAddressWrapper inetSocketAddressWrapper
-
-
Constructor Detail
-
ConnectFuture
public ConnectFuture(InetSocketAddressWrapper inetSocketAddressWrapper)
-
-
Method Detail
-
getInetSocketAddressWrapper
public InetSocketAddressWrapper getInetSocketAddressWrapper()
-
-