is.codion.common.rmi.server.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codion-common-rmi Show documentation
Show all versions of codion-common-rmi Show documentation
Codion Application Framework
/*
* This file is part of Codion.
*
* Codion is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Codion is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Codion. If not, see .
*
* Copyright (c) 2023 - 2024, Björn Darri Sigurðsson.
*/
/**
* Package configuration values:
*
* - {@link is.codion.common.rmi.server.ServerConfiguration#RMI_SERVER_HOSTNAME}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#SERVER_NAME_PREFIX}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#SERVER_PORT}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#REGISTRY_PORT}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#KEYSTORE}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#KEYSTORE_PASSWORD}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#ADMIN_PORT}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#ADMIN_USER}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#SSL_ENABLED}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#IDLE_CONNECTION_TIMEOUT}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#AUXILIARY_SERVER_FACTORY_CLASS_NAMES}
*
- {@link is.codion.common.rmi.server.ServerConfiguration#OBJECT_INPUT_FILTER_FACTORY_CLASS_NAME}
*
- {@link is.codion.common.rmi.server.WhitelistInputFilterFactory#SERIALIZATION_FILTER_WHITELIST}
*
- {@link is.codion.common.rmi.server.WhitelistInputFilterFactory#SERIALIZATION_FILTER_DRYRUN}
*
*/
package is.codion.common.rmi.server;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy