Class ContainerPassThroughResourceConfig

  • All Implemented Interfaces:
    com.tangosol.coherence.http.HttpApplication, javax.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>, javax.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig, org.glassfish.jersey.server.ServerConfig

    public class ContainerPassThroughResourceConfig
    extends PassThroughResourceConfig
    An extension of PassThroughResourceConfig that should be used for container deployments of Coherence REST when pass-through is required.
    Author:
    tam 2016.10.11
    • Constructor Detail

      • ContainerPassThroughResourceConfig

        public ContainerPassThroughResourceConfig()
    • Method Detail

      • isRunningInContainer

        protected boolean isRunningInContainer()
        Description copied from class: DefaultResourceConfig
        Return whether REST API is run inside the container (true) or standalone (false).
        Overrides:
        isRunningInContainer in class DefaultResourceConfig
        Returns:
        whether REST API is run inside the container (true) or standalone (false)