java.lang.Object
is.codion.framework.servlet.EntityService
- All Implemented Interfaces:
is.codion.common.rmi.server.AuxiliaryServer
public final class EntityService
extends Object
implements is.codion.common.rmi.server.AuxiliaryServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final is.codion.common.property.PropertyValue<String>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: nullstatic final is.codion.common.property.PropertyValue<String>Specifies the password for the keystore used for securing http connections.
Value type: String
Default value: nullstatic final is.codion.common.property.PropertyValue<String>Specifies the keystore to use for securing http connections.
Value type: String
Default value: nullstatic final is.codion.common.property.PropertyValue<Integer>The port on which the http server is made available to clients.
Value type: Integer
Default value: 8080static final is.codion.common.property.PropertyValue<Boolean>Specifies whether https should be used.
Value type: Boolean
Default value: truestatic final is.codion.common.property.PropertyValue<Integer>The port on which the http server is made available to clients.
Value type: Integer
Default value: 4443 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Field Details
-
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
The port on which the http server is made available to clients.
Value type: Integer
Default value: 4443 -
HTTP_SERVER_SECURE
Specifies whether https should be used.
Value type: Boolean
Default value: true -
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
Specifies the keystore to use for securing http connections.
Value type: String
Default value: null- See Also:
-
HTTP_SERVER_KEYSTORE_PASSWORD
Specifies the password for the keystore used for securing http connections.
Value type: String
Default value: null
-
-
Method Details
-
startServer
public void startServer()- Specified by:
startServerin interfaceis.codion.common.rmi.server.AuxiliaryServer
-
stopServer
public void stopServer()- Specified by:
stopServerin interfaceis.codion.common.rmi.server.AuxiliaryServer
-
serverInformation
- Specified by:
serverInformationin interfaceis.codion.common.rmi.server.AuxiliaryServer
-