Package | Description |
---|---|
org.glassfish.jersey.internal.jsr166 |
Contains a subset of classes repackaged from the jsr166 written by Doug Lea.
|
org.glassfish.jersey.internal.util |
Common Jersey internal miscellaneous utility classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Flow.Processor<T,R>
A component that acts as both a Subscriber and Publisher.
|
interface |
SubmittableFlowPublisher<T>
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
Modifier and Type | Class and Description |
---|---|
class |
SubmissionPublisher<T>
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
Modifier and Type | Class and Description |
---|---|
class |
JerseyPublisher<T>
Implementation of
Flow.Publisher corresponding to reactive streams specification. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.