Interface EmbeddedJaxrsServer<T extends EmbeddedServer>

    • Method Detail

      • deploy

        T deploy()
        Deprecated.
      • start

        T start()
        Deprecated.
      • start

        default void start​(jakarta.ws.rs.SeBootstrap.Configuration configuration)
        Deprecated.
        Description copied from interface: EmbeddedServer
        Starts the server synchronously.
        Specified by:
        start in interface EmbeddedServer
        Parameters:
        configuration - the configuration used to configure the server
      • setPort

        T setPort​(int port)
        Deprecated.
      • setHostname

        T setHostname​(String hostname)
        Deprecated.
      • setRootResourcePath

        T setRootResourcePath​(String rootResourcePath)
        Deprecated.
      • setSecurityDomain

        T setSecurityDomain​(SecurityDomain sc)
        Deprecated.