public class CallbackFuture
extends java.util.concurrent.CompletableFuture<java.lang.Void>
implements io.undertow.websockets.core.WebSocketCallback<java.lang.Void>
构造器和说明 |
---|
CallbackFuture() |
限定符和类型 | 方法和说明 |
---|---|
void |
complete(io.undertow.websockets.core.WebSocketChannel webSocketChannel,
java.lang.Void unused) |
void |
onError(io.undertow.websockets.core.WebSocketChannel webSocketChannel,
java.lang.Void unused,
java.lang.Throwable throwable) |
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, 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, toString, whenComplete, whenCompleteAsync, whenCompleteAsync
public void complete(io.undertow.websockets.core.WebSocketChannel webSocketChannel, java.lang.Void unused)
complete
在接口中 io.undertow.websockets.core.WebSocketCallback<java.lang.Void>
public void onError(io.undertow.websockets.core.WebSocketChannel webSocketChannel, java.lang.Void unused, java.lang.Throwable throwable)
onError
在接口中 io.undertow.websockets.core.WebSocketCallback<java.lang.Void>