Package ch.nolix.system.application.main
Klasse SslServer
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,IServer
,AutoCloseable
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected SslServer
asTarget()
static SslServer
static SslServer
static SslServer
forPortAndDomainAndSSLCertificateFromNolixConfiguration
(int port, String domain) protected void
noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentBaseServer
.protected void
noteAddedDefaultApplication
(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentBaseServer
.protected void
noteRemovedApplication
(IApplication<?> application) Notes that the given application has been removed fromt the currentBaseServer
.Von Klasse geerbte Methoden ch.nolix.system.application.main.BaseServer
addApplication, addApplicationWithNameAddendum, addApplicationWithNameAndInitialSessionClassAndContext, addApplicationWithNameAndInitialSessionClassAndVoidContext, addDefaultApplication, addDefaultApplicationWithNameAndInitialSessionClassAndContext, addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext, clear, containsApplicationWithName, containsDefaultApplication, getStoredApplicationByInstanceName, getStoredApplicationByUrlInstanceName, getStoredApplications, getStoredCloseController, getStoredDefaultApplication, hasClientConnected, isEmpty, noteClose, removeApplicationByInstanceName, takeClient
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Felddetails
-
DEFAULT_PORT
public static final int DEFAULT_PORT- Siehe auch:
-
-
Konstruktordetails
-
SslServer
-
-
Methodendetails
-
forHttpsPortAndDomainAndSSLCertificateFromNolixConfiguration
-
forDefaultPortAndDomainAndSSLCertificateFromNolixConfiguration
-
forPortAndDomainAndSSLCertificateFromNolixConfiguration
-
asTarget
- Gibt zurück:
- the current
IServer
asIServerTarget
.
-
getSecurityLevel
- Gibt zurück:
- the
SecurityMode
of the currentIServer
.
-
asConcrete
- Angegeben von:
asConcrete
in KlasseBaseServer<SslServer>
- Gibt zurück:
- the current
BaseServer
.
-
noteAddedApplication
Beschreibung aus Klasse kopiert:BaseServer
Notes that the given application has been added to the currentBaseServer
.- Angegeben von:
noteAddedApplication
in KlasseBaseServer<SslServer>
- Parameter:
application
-
-
noteAddedDefaultApplication
Beschreibung aus Klasse kopiert:BaseServer
Notes that the given defaultApplication has been added to the currentBaseServer
.- Angegeben von:
noteAddedDefaultApplication
in KlasseBaseServer<SslServer>
- Parameter:
defaultApplication
-
-
noteRemovedApplication
Notes that the given application has been removed fromt the currentBaseServer
.- Angegeben von:
noteRemovedApplication
in KlasseBaseServer<SslServer>
- Parameter:
application
-
-