Package | Description |
---|---|
org.waarp.common.future |
Classes implementing Future
|
Modifier and Type | Class and Description |
---|---|
class |
WaarpChannelFuture
Future that hold a channel as result
|
class |
WaarpCompletedFuture
Future completed
|
class |
WaarpFailedFuture
Future in failure
|
class |
WaarpFuture
Ftp Future operation
Completely inspired from the excellent ChannelFuture of Netty, but without any channel inside. |
class |
WaarpSucceededFuture
Future in success
|
Modifier and Type | Method and Description |
---|---|
WaarpFutureInterface |
WaarpFutureInterface.rethrowIfFailed() |
WaarpFutureInterface |
WaarpSucceededFuture.rethrowIfFailed() |
Copyright © 2009–2022 Waarp. All rights reserved.