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.spi Common Jersey service provider contract (SPI) 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. -
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. -
Uses of ExtendedConfig in org.glassfish.jersey.spi
Subinterfaces of ExtendedConfig in org.glassfish.jersey.spi Modifier and Type Interface Description interfaceExternalConfigurationModel<CONFIG>Model of configuration for external properties.
-