| Package | Description |
|---|---|
| org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
| org.snf4j.core.future |
Provides interfaces and classes used by the API to implement futures.
|
| org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
| org.snf4j.websocket |
Provides main interfaces and classes implementing the functionalities of the
Web Socket protocol.
|
| Class and Description |
|---|
| IFuture
A future that represents the result of an asynchronous operation related with
the session.
|
| IFutureExecutor
An object executing an operation associated with a future.
|
| Class and Description |
|---|
| AbstractFuture
Base implementation of the
IFuture interface. |
| CompletedFuture
A completed future.
|
| IAbortableFuture
A future that can be aborted (cancelled or failed) at any time.
|
| IDelegatingFuture
A future which state and result can be represented by other delegate future.
|
| IFuture
A future that represents the result of an asynchronous operation related with
the session.
|
| IFutureExecutor
An object executing an operation associated with a future.
|
| ITwoThresholdFuture
An
interface that represents a future which state is determined by two
thresholds. |
| TaskFuture
A future that represents the result of a asynchronous task.
|
| Class and Description |
|---|
| IFuture
A future that represents the result of an asynchronous operation related with
the session.
|
| Class and Description |
|---|
| IFuture
A future that represents the result of an asynchronous operation related with
the session.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.