|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| org.glassfish.jersey.internal.util.collection | Common set of Jersey collection classes. |
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of Pair in org.glassfish.jersey.internal.util.collection |
|---|
| Classes in org.glassfish.jersey.internal.util.collection that implement Pair | |
|---|---|
class |
ClassTypePair
A pair of raw class and the related type. |
class |
InstanceTypePair<T>
A pair of instance and the public (official) Java type of the instance. |
| Methods in org.glassfish.jersey.internal.util.collection that return Pair | ||
|---|---|---|
static
|
Tuples.of(L left,
R right)
Constructs Pair of the given values. |
|
static
|
Tuples.swap(Pair<L,R> pair)
Constructs a new Pair instance with values of the input pair instance
swapped. |
|
| Methods in org.glassfish.jersey.internal.util.collection with parameters of type Pair | ||
|---|---|---|
static
|
Tuples.swap(Pair<L,R> pair)
Constructs a new Pair instance with values of the input pair instance
swapped. |
|
| Uses of Pair in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return Pair | |
|---|---|
Pair<DATA,CONTINUATION> |
Stage.apply(DATA data)
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair. |
Pair<javax.ws.rs.core.Request,Iterator<TreeAcceptor>> |
TreeAcceptor.apply(javax.ws.rs.core.Request data)
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair. |
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
RequestProcessor.apply(javax.ws.rs.core.Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> |
RequestFilterAcceptor.apply(javax.ws.rs.core.Request data)
|
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> |
PreMatchRequestFilterAcceptor.apply(javax.ws.rs.core.Request data)
|
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
LinearRequestProcessor.apply(javax.ws.rs.core.Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> |
LinearAcceptor.apply(javax.ws.rs.core.Request data)
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair. |
Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response>>> |
HierarchicalRequestProcessor.apply(javax.ws.rs.core.Request request)
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector
is reached. |
Pair<javax.ws.rs.core.Response,com.google.common.base.Optional<Responder>> |
Responder.apply(javax.ws.rs.core.Response data)
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair. |
static Pair<javax.ws.rs.core.Request,com.google.common.base.Optional<LinearAcceptor>> |
Stages.terminalLinearContinuation(javax.ws.rs.core.Request request)
Create a terminal linear continuation with the supplied request on the left side of the continuation. |
static Pair<javax.ws.rs.core.Request,Iterator<TreeAcceptor>> |
Stages.terminalTreeContinuation(javax.ws.rs.core.Request request)
Create a terminal hierarchical continuation with the supplied request on the left side of the continuation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||