private static class ClientFilteringStages.ResponseFilterStage extends AbstractChainableStage<ClientResponse>
Stage.Builder<DATA>, Stage.Continuation<DATA>
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<javax.ws.rs.client.ClientResponseFilter> |
filters |
Modifier | Constructor and Description |
---|---|
private |
ResponseFilterStage(java.lang.Iterable<javax.ws.rs.client.ClientResponseFilter> filters) |
Modifier and Type | Method and Description |
---|---|
Stage.Continuation<ClientResponse> |
apply(ClientResponse responseContext)
Performs a data processing task and returns the processed data together with
a
processing continuation . |
getDefaultNext, setDefaultNext
private final java.lang.Iterable<javax.ws.rs.client.ClientResponseFilter> filters
private ResponseFilterStage(java.lang.Iterable<javax.ws.rs.client.ClientResponseFilter> filters)
public Stage.Continuation<ClientResponse> apply(ClientResponse responseContext)
Stage
processing continuation
.responseContext
- data to be transformed.