|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeAcceptor | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of TreeAcceptor in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return TreeAcceptor | |
|---|---|
static TreeAcceptor |
Stages.asTreeAcceptor(Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response> inflector)
Creates a leaf-node TreeAcceptor that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
TreeAcceptor |
TreeAcceptor.Builder.build()
Build a hierarchical acceptor for the transformation of
a given data type. |
| Methods in org.glassfish.jersey.process.internal that return types with arguments of type TreeAcceptor | |
|---|---|
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. |
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. |
| Methods in org.glassfish.jersey.process.internal with parameters of type TreeAcceptor | |
|---|---|
TreeAcceptor.Builder |
TreeAcceptor.Builder.child(TreeAcceptor child)
Add new child node into the hierarchical request acceptor
being built. |
| Constructors in org.glassfish.jersey.process.internal with parameters of type TreeAcceptor | |
|---|---|
HierarchicalRequestProcessor(TreeAcceptor rootStage,
org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Request>> contextProvider)
Construct a hierarchical request processor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||