Class ResteasySeConfiguration

  • All Implemented Interfaces:
    jakarta.ws.rs.SeBootstrap.Configuration

    public class ResteasySeConfiguration
    extends Object
    implements jakarta.ws.rs.SeBootstrap.Configuration
    An implementation of the SeBootstrap.Configuration.
    Since:
    6.1
    Author:
    James R. Perkins
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface jakarta.ws.rs.SeBootstrap.Configuration

        jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
    • Field Summary

      • Fields inherited from interface jakarta.ws.rs.SeBootstrap.Configuration

        DEFAULT_PORT, FREE_PORT, HOST, PORT, PROTOCOL, ROOT_PATH, SSL_CLIENT_AUTHENTICATION, SSL_CONTEXT
    • Method Detail

      • builder

        public static jakarta.ws.rs.SeBootstrap.Configuration.Builder builder()
        Creates a new configuration builder.
        Returns:
        the new builder
      • from

        public static jakarta.ws.rs.SeBootstrap.Configuration from​(jakarta.ws.rs.SeBootstrap.Configuration configuration)
        Creates a new configuration which delegates to the configuration passed in. If the configuration does not contain certain properties required by this implementation, default values are returned.
        Parameters:
        configuration - the delegate configuration
        Returns:
        a new configuration
      • property

        public Object property​(String name)
        Specified by:
        property in interface jakarta.ws.rs.SeBootstrap.Configuration
      • hasProperty

        public boolean hasProperty​(String name)
        Specified by:
        hasProperty in interface jakarta.ws.rs.SeBootstrap.Configuration