Class EntityService

java.lang.Object
is.codion.framework.servlet.EntityService
All Implemented Interfaces:
AuxiliaryServer

public final class EntityService extends Object implements AuxiliaryServer
  • Field Details

    • HTTP_SERVER_PORT

      public static final PropertyValue<Integer> HTTP_SERVER_PORT
      The port on which the http server is made available to clients.
      Value type: Integer
      Default value: 8080
    • HTTP_SERVER_SECURE_PORT

      public static final PropertyValue<Integer> HTTP_SERVER_SECURE_PORT
      The port on which the http server is made available to clients.
      Value type: Integer
      Default value: 4443
    • HTTP_SERVER_SECURE

      public static final PropertyValue<Boolean> HTTP_SERVER_SECURE
      Specifies whether https should be used.
      Value type: Boolean
      Default value: true
    • HTTP_SERVER_CLASSPATH_KEYSTORE

      public static final PropertyValue<String> HTTP_SERVER_CLASSPATH_KEYSTORE
      The https keystore to use on the classpath, this will be resolved to a temporary file and set as the codion.server.http.keyStore system property on server start
      Value type: String Default value: null
    • HTTP_SERVER_KEYSTORE_PATH

      public static final PropertyValue<String> HTTP_SERVER_KEYSTORE_PATH
      Specifies the keystore to use for securing http connections.
      Value type: String
      Default value: null
      See Also:
    • HTTP_SERVER_KEYSTORE_PASSWORD

      public static final PropertyValue<String> HTTP_SERVER_KEYSTORE_PASSWORD
      Specifies the password for the keystore used for securing http connections.
      Value type: String
      Default value: null
  • Method Details