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 | Class and Description |
---|---|
private static class |
SubmissionPublisher.BufferedSubscription<T>
A bounded (ring) buffer with integrated control to start a
consumer task whenever items are available.
|
Modifier and Type | Field and Description |
---|---|
(package private) Flow.Subscription |
SubmissionPublisher.ConsumerSubscriber.subscription |
Modifier and Type | Method and Description |
---|---|
void |
Flow.Subscriber.onSubscribe(Flow.Subscription subscription)
Method invoked prior to invoking any other Subscriber
methods for the given Subscription.
|
void |
SubmissionPublisher.ConsumerSubscriber.onSubscribe(Flow.Subscription subscription) |
Modifier and Type | Field and Description |
---|---|
private Flow.Subscription |
JerseyPublisher.SubscriberWrapper.subscription |
Modifier and Type | Method and Description |
---|---|
Flow.Subscription |
JerseyPublisher.SubscriberWrapper.getSubscription()
Get reference to subscriber's
Flow.Subscription . |
Modifier and Type | Method and Description |
---|---|
void |
JerseyPublisher.SubscriberWrapper.onSubscribe(Flow.Subscription subscription) |