Class PromiseNotificationUtil
java.lang.Object
io.netty.util.internal.PromiseNotificationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtryCancel(Promise<?> p, InternalLogger logger) static voidtryFailure(Promise<?> p, Throwable cause, InternalLogger logger) static <V> voidtrySuccess(Promise<? super V> p, V result, InternalLogger logger)
-
Constructor Details
-
PromiseNotificationUtil
private PromiseNotificationUtil()
-
-
Method Details
-
tryCancel
-
trySuccess
-
tryFailure
-