Klasse InterlibraryServer
java.lang.Object
org.xbib.interlibrary.common.Interlibrary
org.xbib.interlibrary.http.server.InterlibraryServer
- Alle implementierten Schnittstellen:
AutoCloseable
public class InterlibraryServer
extends org.xbib.interlibrary.common.Interlibrary
-
Feldübersicht
FelderVon Klasse geerbte Felder org.xbib.interlibrary.common.Interlibrary
configuration
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected org.xbib.net.http.server.application.ApplicationModule
buildApplicationModule
(org.xbib.settings.Settings settings) protected org.xbib.net.http.server.domain.HttpDomain
buildDomain
(org.xbib.net.http.HttpAddress httpAddress, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.BaseHttpDomainBuilder domainBuilder) protected org.xbib.event.common.EventManager
protected org.xbib.net.http.HttpAddress
protected org.xbib.net.http.server.domain.HttpSecurityDomain
protected void
customizeApplication
(org.xbib.net.http.server.application.Application application) protected void
customizeRouter
(org.xbib.net.http.server.route.BaseHttpRouterBuilder routerBuilder) protected static byte[]
org.xbib.event.common.EventManager
static void
void
run()
Von Klasse geerbte Methoden org.xbib.interlibrary.common.Interlibrary
close, execute, executeAll, executeAny, executeReduce, getActions, getConfiguration, getModule, getReturnCode, getSettings, open, open, open, setActionService, submit
-
Felddetails
-
hexFavIcon
- Siehe auch:
-
-
Konstruktordetails
-
InterlibraryServer
public InterlibraryServer()
-
-
Methodendetails
-
main
-
run
public void run()- Setzt außer Kraft:
run
in Klasseorg.xbib.interlibrary.common.Interlibrary
-
getEventManager
public org.xbib.event.common.EventManager getEventManager() -
buildHttpAddress
protected org.xbib.net.http.HttpAddress buildHttpAddress() -
buildEventManager
protected org.xbib.event.common.EventManager buildEventManager() -
buildSecurityDomain
protected org.xbib.net.http.server.domain.HttpSecurityDomain buildSecurityDomain() -
customizeRouter
protected void customizeRouter(org.xbib.net.http.server.route.BaseHttpRouterBuilder routerBuilder) throws IOException - Löst aus:
IOException
-
buildDomain
protected org.xbib.net.http.server.domain.HttpDomain buildDomain(org.xbib.net.http.HttpAddress httpAddress, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.BaseHttpDomainBuilder domainBuilder) throws IOException - Löst aus:
IOException
-
buildApplicationModule
protected org.xbib.net.http.server.application.ApplicationModule buildApplicationModule(org.xbib.settings.Settings settings) -
customizeApplication
protected void customizeApplication(org.xbib.net.http.server.application.Application application) -
fromHex
-