Klasse HttpDocumentServer
java.lang.Object
org.xbib.interlibrary.common.Interlibrary
org.xbib.interlibrary.http.server.InterlibraryServer
org.xbib.interlibrary.http.server.docs.HttpDocumentServer
- Alle implementierten Schnittstellen:
AutoCloseable
public class HttpDocumentServer
extends org.xbib.interlibrary.http.server.InterlibraryServer
-
Feldübersicht
Von Klasse geerbte Felder org.xbib.interlibrary.http.server.InterlibraryServer
hexFavIcon
Von Klasse geerbte Felder org.xbib.interlibrary.common.Interlibrary
configuration
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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 void
customizeApplication
(org.xbib.net.http.server.application.Application application) protected void
customizeRouter
(org.xbib.net.http.server.route.BaseHttpRouterBuilder baseHttpRouterBuilder) Von Klasse geerbte Methoden org.xbib.interlibrary.http.server.InterlibraryServer
buildApplicationModule, buildEventManager, buildHttpAddress, buildSecurityDomain, fromHex, getEventManager, main, 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
-
Konstruktordetails
-
HttpDocumentServer
public HttpDocumentServer()
-
-
Methodendetails
-
customizeRouter
protected void customizeRouter(org.xbib.net.http.server.route.BaseHttpRouterBuilder baseHttpRouterBuilder) - Setzt außer Kraft:
customizeRouter
in Klasseorg.xbib.interlibrary.http.server.InterlibraryServer
-
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 - Setzt außer Kraft:
buildDomain
in Klasseorg.xbib.interlibrary.http.server.InterlibraryServer
- Löst aus:
IOException
-
customizeApplication
protected void customizeApplication(org.xbib.net.http.server.application.Application application) - Setzt außer Kraft:
customizeApplication
in Klasseorg.xbib.interlibrary.http.server.InterlibraryServer
-