Uses of Package
org.springframework.util.concurrent
Packages that use org.springframework.util.concurrent 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.jca.work Convenience classes for scheduling based on the JCA WorkManager facility, as supported within ResourceAdapters.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 viaTcpOperations, handling messages viaTcpConnectionHandler, as well as sending messages viaTcpConnection.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 thejava.util.concurrentandjavax.enterprise.concurrentpackages, 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 genericjava.util.concurrent.Futureextensions.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 ofWebSocketClient.Classes in org.springframework.util.concurrent used by org.springframework.core.task Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.core.task.support Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.http.client Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.jca.work Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.messaging.handler.invocation Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.messaging.simp.stomp Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.messaging.tcp Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.messaging.tcp.reactor Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.mock.http.client Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.scheduling.annotation Class Description FailureCallback Failure callback for aListenableFuture.ListenableFuture ExtendFuturewith the capability to accept completion callbacks.ListenableFutureCallback Callback mechanism for the outcome, success or failure, from aListenableFuture.SuccessCallback Success callback for aListenableFuture.Classes in org.springframework.util.concurrent used by org.springframework.scheduling.commonj Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.scheduling.concurrent Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.scheduling.quartz Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.util.concurrent Class Description FailureCallback Failure callback for aListenableFuture.FutureAdapter Abstract class that adapts aFutureparameterized over S into aFutureparameterized over T.ListenableFuture ExtendFuturewith the capability to accept completion callbacks.ListenableFutureCallback Callback mechanism for the outcome, success or failure, from aListenableFuture.SuccessCallback Success callback for aListenableFuture.Classes in org.springframework.util.concurrent used by org.springframework.web.client Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client.jetty Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client.standard Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.web.socket.messaging Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.Classes in org.springframework.util.concurrent used by org.springframework.web.socket.sockjs.client Class Description ListenableFuture ExtendFuturewith the capability to accept completion callbacks.SettableListenableFuture AListenableFuturewhose value can be set viaSettableListenableFuture.set(Object)orSettableListenableFuture.setException(Throwable).