public class TripleStreamChannelFuture extends CompletableFuture<io.netty.handler.codec.http2.Http2StreamChannel>
CompletableFuture.AsynchronousCompletionTask| 构造器和说明 |
|---|
TripleStreamChannelFuture(io.netty.channel.Channel parentChannel) |
TripleStreamChannelFuture(io.netty.handler.codec.http2.Http2StreamChannel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
cause() |
boolean |
completeExceptionally(Throwable cause) |
io.netty.handler.codec.http2.Http2StreamChannel |
getNow() |
io.netty.channel.Channel |
getParentChannel() |
boolean |
isSuccess() |
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, 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, whenCompleteAsyncpublic TripleStreamChannelFuture(io.netty.channel.Channel parentChannel)
public TripleStreamChannelFuture(io.netty.handler.codec.http2.Http2StreamChannel channel)
public io.netty.channel.Channel getParentChannel()
public boolean completeExceptionally(Throwable cause)
completeExceptionally 在类中 CompletableFuture<io.netty.handler.codec.http2.Http2StreamChannel>public Throwable cause()
public boolean isSuccess()
public io.netty.handler.codec.http2.Http2StreamChannel getNow()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.