Package org.glassfish.jersey.examples.server.async
-
Class Summary Class Description App Jersey example application for custom executors managed async resources.BlockingPostChatResource Example of a simple blocking point-to-point messaging resource.FireAndForgetChatResource Example of a simple fire&forget point-to-point messaging resource.LongRunningAsyncOperationResource Example resource for long running async operations.SimpleLongRunningResource Example of a simple resource with a long-running operation executed in a custom application thread.