Uses of Class
com.tangosol.coherence.rest.server.DefaultResourceConfig
-
Packages that use DefaultResourceConfig Package Description com.tangosol.coherence.rest.server Contains classes related to embedded HTTP server integration. -
-
Uses of DefaultResourceConfig in com.tangosol.coherence.rest.server
Subclasses of DefaultResourceConfig in com.tangosol.coherence.rest.server Modifier and Type Class Description class
ContainerPassThroughResourceConfig
An extension ofPassThroughResourceConfig
that should be used for container deployments of Coherence REST when pass-through is required.class
ContainerResourceConfig
An extension ofDefaultResourceConfig
that should be used for container deployments of Coherence REST.class
PassThroughResourceConfig
An alternateResourceConfig
implementation that supports pass-through access to all the caches defined by the cache configuration.
-