class ClientFilteringStages
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
ClientFilteringStages.RequestFilteringStage |
private static class |
ClientFilteringStages.ResponseFilterStage |
| Modifier | Constructor and Description |
|---|---|
private |
ClientFilteringStages() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ChainableStage<ClientRequest> |
createRequestFilteringStage(org.glassfish.hk2.api.ServiceLocator locator)
Create client request filtering stage using the service locator.
|
(package private) static ChainableStage<ClientResponse> |
createResponseFilteringStage(org.glassfish.hk2.api.ServiceLocator locator)
Create client response filtering stage using the service locator.
|
static ChainableStage<ClientRequest> createRequestFilteringStage(org.glassfish.hk2.api.ServiceLocator locator)
null.locator - HK2 service locator to be used.null in case there are no
client request filters registered in the service
locator.static ChainableStage<ClientResponse> createResponseFilteringStage(org.glassfish.hk2.api.ServiceLocator locator)
null.locator - HK2 service locator to be used.null in case there are no
client response filters registered in the service
locator.