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 classClientConfigJersey externalized implementation of client-side JAX-RSconfigurablecontract.private static classClientConfig.StateDefault 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 classCommonConfigCommon immutableConfigurationimplementation for server and client.classImmutableCommonConfigImmutable runtime configuration.Methods in org.glassfish.jersey.model.internal that return ExtendedConfig Modifier and Type Method Description ExtendedConfigCommonConfig. getConfiguration() -
Uses of ExtendedConfig in org.glassfish.jersey.server
Subinterfaces of ExtendedConfig in org.glassfish.jersey.server Modifier and Type Interface Description interfaceServerConfigServer-side application configuration.Classes in org.glassfish.jersey.server that implement ExtendedConfig Modifier and Type Class Description classResourceConfigThe resource configuration for configuring a web application.private static classResourceConfig.ImmutableStateprivate static classResourceConfig.RuntimeConfigprivate static classResourceConfig.Stateprivate static classResourceConfig.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) classResourceMethodConfigDefaultconfigurationfor resource methods.
-