Package ch.nolix.system.application.main
Klasse SslServer
java.lang.Object
ch.nolix.system.application.main.AbstractServer<SslServer>
ch.nolix.system.application.main.SslServer
- Alle implementierten Schnittstellen:
IApplicationManager<IApplication<?,,?>> ISecuriyModeHolder,Closeable,CloseStateRequestable,GroupCloseable,Clearable,EmptinessRequestable,IServer<SslServer>,AutoCloseable
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected SslServerasTarget()static SslServerstatic SslServerstatic SslServerforPortAndDomainAndSSLCertificateFromNolixConfiguration(int port, String domain) protected voidnoteAddedApplication(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer.protected voidnoteAddedDefaultApplication(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentAbstractServer.protected voidnoteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer.Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractServer
addApplication, addApplicationWithNameAddendum, addApplicationWithNameAndInitialSessionClassAndContext, addApplicationWithNameAndInitialSessionClassAndVoidContext, addDefaultApplication, addDefaultApplicationWithNameAndInitialSessionClassAndContext, addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext, clear, containsApplicationWithName, containsDefaultApplication, getStoredApplicationByInstanceName, getStoredApplicationByUrlInstanceName, getStoredApplications, getStoredCloseController, getStoredDefaultApplication, hasClientConnected, isEmpty, noteClose, removeApplicationWithInstanceName, takeClientVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.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:
- a target representation of the current
IServer.
-
getSecurityMode
- Gibt zurück:
- the
SecurityModeof the currentISecuriyModeHolder.
-
asConcrete
- Angegeben von:
asConcretein KlasseAbstractServer<SslServer>- Gibt zurück:
- the current
AbstractServer.
-
noteAddedApplication
Beschreibung aus Klasse kopiert:AbstractServerNotes that the given application has been added to the currentAbstractServer.- Angegeben von:
noteAddedApplicationin KlasseAbstractServer<SslServer>- Parameter:
application-
-
noteAddedDefaultApplication
Beschreibung aus Klasse kopiert:AbstractServerNotes that the given defaultApplication has been added to the currentAbstractServer.- Angegeben von:
noteAddedDefaultApplicationin KlasseAbstractServer<SslServer>- Parameter:
defaultApplication-
-
noteRemovedApplication
Notes that the given application has been removed fromt the currentAbstractServer.- Angegeben von:
noteRemovedApplicationin KlasseAbstractServer<SslServer>- Parameter:
application-
-