Skip navigation links
A C F G I M O P 

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 CustomHeaderFilter instance to every method that is annotated with @Require internal 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 CustomHeaderFilter instance 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(ContainerRequestContext) - Method in class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter
 
filter(ClientRequestContext) - 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
 

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 CustomHeaderFilter and 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
 
A C F G I M O P 
Skip navigation links

Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.