Package net.rubyeye.xmemcached.impl
Class ConnectFuture
- java.lang.Object
-
- com.google.code.yanf4j.core.impl.FutureImpl<Boolean>
-
- net.rubyeye.xmemcached.impl.ConnectFuture
-
public class ConnectFuture extends FutureImpl<Boolean>
Connect operation future- Author:
- boyan
-
-
Field Summary
-
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 InetSocketAddressWrappergetInetSocketAddressWrapper()-
Methods inherited from class com.google.code.yanf4j.core.impl.FutureImpl
cancel, failure, get, get, getResult, isCancelled, isDone, notifyHaveResult, setResult
-
-
-
-
Constructor Detail
-
ConnectFuture
public ConnectFuture(InetSocketAddressWrapper inetSocketAddressWrapper)
-
-
Method Detail
-
getInetSocketAddressWrapper
public InetSocketAddressWrapper getInetSocketAddressWrapper()
-
-