Interface Container

    • Field Detail

      • DEFAULT_HTTP_PORT

        static final int DEFAULT_HTTP_PORT
        Default container port number for HTTP protocol.
        Since:
        2.18
        See Also:
        Constant Field Values
      • DEFAULT_HTTPS_PORT

        static final int DEFAULT_HTTPS_PORT
        Default container port number for HTTPS protocol.
        Since:
        2.18
        See Also:
        Constant Field Values
    • Method Detail

      • getConfiguration

        ResourceConfig getConfiguration()
        Return an immutable representation of the current configuration.
        Returns:
        current configuration of the hosted Jersey application.
      • getApplicationHandler

        ApplicationHandler getApplicationHandler()
        Get the Jersey server-side application handler associated with the container.
        Returns:
        Jersey server-side application handler associated with the container.
      • reload

        void reload()
        Reload the hosted Jersey application using the current configuration.
      • reload

        void reload​(ResourceConfig configuration)
        Reload the hosted Jersey application using a new configuration.
        Parameters:
        configuration - new configuration used for the reload.