Skip navigation links
C F G I M O P 

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
 
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

MyApplication - Class in org.glassfish.jersey.examples.managedclient
Jersey managed client example application.
MyApplication() - Constructor for class org.glassfish.jersey.examples.managedclient.MyApplication
Create JAX-RS application for the example.
MyApplication.MyClientAConfig - Class in org.glassfish.jersey.examples.managedclient
 
MyApplication.MyClientBConfig - Class in org.glassfish.jersey.examples.managedclient
 
MyClientAConfig() - Constructor for class org.glassfish.jersey.examples.managedclient.MyApplication.MyClientAConfig
 
MyClientBConfig() - Constructor for class org.glassfish.jersey.examples.managedclient.MyApplication.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
 
C F G I M O P 
Skip navigation links

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