|
||||||||||
| 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<Request,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<Request,java.util.Iterator<TreeAcceptor>> |
TreeAcceptor.apply(Request data)
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair. |
static Pair<Request,java.util.Iterator<TreeAcceptor>> |
Stages.singletonTreeContinuation(Request request,
TreeAcceptor nextAcceptor)
Create a hierarchical continuation with the supplied request on the left side of the continuation and a singleton iterator containing the single next stage on the right side of the continuation. |
static Pair<Request,java.util.Iterator<TreeAcceptor>> |
Stages.terminalTreeContinuation(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. |
static Pair<Request,java.util.Iterator<TreeAcceptor>> |
Stages.singletonTreeContinuation(Request request,
TreeAcceptor nextAcceptor)
Create a hierarchical continuation with the supplied request on the left side of the continuation and a singleton iterator containing the single next stage on the right side of the continuation. |
| Constructors in org.glassfish.jersey.process.internal with parameters of type TreeAcceptor | |
|---|---|
HierarchicalRequestProcessor(TreeAcceptor rootStage)
Construct a hierarchical request processor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||