Searched refs:hFuture (Results 1 – 1 of 1) sorted by path
347 private final WrapperFuture<Void,Void> hFuture; field in AsyncChannelWrapperSecure.WebSocketSslHandshakeThread352 public WebSocketSslHandshakeThread(WrapperFuture<Void,Void> hFuture) { in WebSocketSslHandshakeThread() argument353 this.hFuture = hFuture; in WebSocketSslHandshakeThread()414 hFuture.fail(e); in run()418 hFuture.complete(null); in run()