- java.lang.Object
-
- java.util.concurrent.CompletableFuture<Integer>
-
- org.redkale.net.http.WebSocketFuture
-
- 所有已实现的接口:
Runnable
,CompletionStage<Integer>
,Future<Integer>
public class WebSocketFuture extends CompletableFuture<Integer> implements Runnable
WebSocket连接的IO写线程详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
-
-
嵌套类概要
-
从类继承的嵌套类/接口 java.util.concurrent.CompletableFuture
CompletableFuture.AsynchronousCompletionTask
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 WebSocketFuture
newIncompleteFuture()
void
run()
String
toString()
-
从类继承的方法 java.util.concurrent.CompletableFuture
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completeAsync, completeAsync, completedFuture, completedStage, completeExceptionally, completeOnTimeout, copy, defaultExecutor, delayedExecutor, delayedExecutor, exceptionally, failedFuture, failedStage, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, minimalCompletionStage, obtrudeException, obtrudeValue, orTimeout, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, whenComplete, whenCompleteAsync, whenCompleteAsync
-
-
-
-
方法详细资料
-
newIncompleteFuture
public WebSocketFuture newIncompleteFuture()
- 覆盖:
newIncompleteFuture
在类中CompletableFuture<Integer>
-
toString
public String toString()
- 覆盖:
toString
在类中CompletableFuture<Integer>
-
-