Uses of Interface
org.glassfish.jersey.ExtendedConfig
-
Packages that use ExtendedConfig Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of ExtendedConfig in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement ExtendedConfig Modifier and Type Class Description class
ClientConfig
Jersey externalized implementation of client-side JAX-RSconfigurable
contract.private static class
ClientConfig.State
Default encapsulation of the internal configuration state. -
Uses of ExtendedConfig in org.glassfish.jersey.model.internal
Classes in org.glassfish.jersey.model.internal that implement ExtendedConfig Modifier and Type Class Description class
CommonConfig
Common immutableConfiguration
implementation for server and client.class
ImmutableCommonConfig
Immutable runtime configuration.Methods in org.glassfish.jersey.model.internal that return ExtendedConfig Modifier and Type Method Description ExtendedConfig
CommonConfig. getConfiguration()
-
Uses of ExtendedConfig in org.glassfish.jersey.server
Subinterfaces of ExtendedConfig in org.glassfish.jersey.server Modifier and Type Interface Description interface
ServerConfig
Server-side application configuration.Classes in org.glassfish.jersey.server that implement ExtendedConfig Modifier and Type Class Description class
ResourceConfig
The resource configuration for configuring a web application.private static class
ResourceConfig.ImmutableState
private static class
ResourceConfig.RuntimeConfig
private static class
ResourceConfig.State
private static class
ResourceConfig.WrappingResourceConfig
-
Uses of ExtendedConfig in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model that implement ExtendedConfig Modifier and Type Class Description (package private) class
ResourceMethodConfig
Defaultconfiguration
for resource methods.
-