Package | Description |
---|---|
org.springframework.core.task |
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
|
org.springframework.core.task.support |
Support classes for Spring's TaskExecutor abstraction.
|
org.springframework.http.client |
Contains an abstraction over client-side HTTP.
|
org.springframework.messaging.handler.invocation |
Common infrastructure for invoking message handler methods.
|
org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
org.springframework.messaging.tcp |
Contains abstractions and implementation classes for establishing TCP connections via
TcpOperations ,
handling messages via
TcpConnectionHandler ,
as well as sending messages via
TcpConnection . |
org.springframework.messaging.tcp.reactor |
Contains support for TCP messaging based on Reactor.
|
org.springframework.mock.http.client |
Mock implementations of client-side HTTP abstractions.
|
org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
org.springframework.scheduling.commonj |
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager
facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the
java.util.concurrent
and javax.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
org.springframework.scheduling.quartz |
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
|
org.springframework.util.concurrent |
Useful generic
java.util.concurrent.Future extensions. |
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
org.springframework.web.socket.client.jetty |
Client-side support for the Jetty WebSocket API.
|
org.springframework.web.socket.client.standard |
Client-side classes for use with standard Java WebSocket endpoints.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
FailureCallback
Failure callback for a
ListenableFuture . |
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
ListenableFutureCallback
Callback mechanism for the outcome, success or failure, from a
ListenableFuture . |
SuccessCallback
Success callback for a
ListenableFuture . |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
FailureCallback
Failure callback for a
ListenableFuture . |
FutureAdapter
Abstract class that adapts a
Future parameterized over S into a Future
parameterized over T. |
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
ListenableFutureCallback
Callback mechanism for the outcome, success or failure, from a
ListenableFuture . |
SuccessCallback
Success callback for a
ListenableFuture . |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
Class and Description |
---|
ListenableFuture
Extend
Future with the capability to accept completion callbacks. |
SettableListenableFuture
A
ListenableFuture whose value can be set via SettableListenableFuture.set(Object)
or SettableListenableFuture.setException(Throwable) . |