Package org.glassfish.jersey.examples.managedclient
-
Class Summary Class Description App Jersey programmatic managed client example application.App.MyClientAConfig App.MyClientBConfig CustomHeaderFeature Dynamic feature that appends a properly configuredCustomHeaderFilterinstance to every method that is annotated with@Requireinternal feature annotation.CustomHeaderFilter A filter for appending and validating custom headers.InternalResource Internal resource accessed from the managed client resource.PublicResource A resource that uses managed clients to retrieve values of internal resources 'A' and 'B', which are protected by aCustomHeaderFilterand require a specific custom header in a request to be set to a specific value. -
Annotation Types Summary Annotation Type Description ClientA Managed client configuration for client A.ClientB Managed client configuration for client B.CustomHeaderFeature.Require A method annotation to be placed on those resource methods to which a validatingCustomHeaderFilterinstance should be added.