A C F G H I M O P
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- App - Class in org.glassfish.jersey.examples.managedclient
-
Jersey programmatic managed client example application.
- App() - Constructor for class org.glassfish.jersey.examples.managedclient.App
- App.MyClientAConfig - Class in org.glassfish.jersey.examples.managedclient
- App.MyClientBConfig - Class in org.glassfish.jersey.examples.managedclient
C
- ClientA - Annotation Type in org.glassfish.jersey.examples.managedclient
-
Managed client configuration for client A.
- ClientB - Annotation Type in org.glassfish.jersey.examples.managedclient
-
Managed client configuration for client B.
- configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.examples.managedclient.CustomHeaderFeature
- create() - Static method in class org.glassfish.jersey.examples.managedclient.App
-
Create JAX-RS application for the example.
- CustomHeaderFeature - Class in org.glassfish.jersey.examples.managedclient
-
Dynamic feature that appends a properly configured
CustomHeaderFilterinstance to every method that is annotated with@Requireinternal feature annotation. - CustomHeaderFeature() - Constructor for class org.glassfish.jersey.examples.managedclient.CustomHeaderFeature
- CustomHeaderFeature.Require - Annotation Type in org.glassfish.jersey.examples.managedclient
-
A method annotation to be placed on those resource methods to which a validating
CustomHeaderFilterinstance should be added. - CustomHeaderFilter - Class in org.glassfish.jersey.examples.managedclient
-
A filter for appending and validating custom headers.
- CustomHeaderFilter(String, String) - Constructor for class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter
F
- filter(ClientRequestContext) - Method in class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter
- filter(ContainerRequestContext) - Method in class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter
G
- getA() - Method in class org.glassfish.jersey.examples.managedclient.InternalResource
- getB() - Method in class org.glassfish.jersey.examples.managedclient.InternalResource
- getTargetA() - Method in class org.glassfish.jersey.examples.managedclient.PublicResource
- getTargetB(WebTarget) - Method in class org.glassfish.jersey.examples.managedclient.PublicResource
H
- headerName() - Method in annotation type org.glassfish.jersey.examples.managedclient.CustomHeaderFeature.Require
-
Expected custom header name to be validated by the
CustomHeaderFilter. - headerValue() - Method in annotation type org.glassfish.jersey.examples.managedclient.CustomHeaderFeature.Require
-
Expected custom header value to be validated by the
CustomHeaderFilter.
I
- InternalResource - Class in org.glassfish.jersey.examples.managedclient
-
Internal resource accessed from the managed client resource.
- InternalResource() - Constructor for class org.glassfish.jersey.examples.managedclient.InternalResource
M
- main(String[]) - Static method in class org.glassfish.jersey.examples.managedclient.App
- MyClientAConfig() - Constructor for class org.glassfish.jersey.examples.managedclient.App.MyClientAConfig
- MyClientBConfig() - Constructor for class org.glassfish.jersey.examples.managedclient.App.MyClientBConfig
O
- org.glassfish.jersey.examples.managedclient - package org.glassfish.jersey.examples.managedclient
P
- PublicResource - Class in org.glassfish.jersey.examples.managedclient
-
A resource that uses managed clients to retrieve values of internal resources 'A' and 'B', which are protected by a
CustomHeaderFilterand require a specific custom header in a request to be set to a specific value. - PublicResource() - Constructor for class org.glassfish.jersey.examples.managedclient.PublicResource
All Classes All Packages