Klasse InterlibraryServerApplication
java.lang.Object
org.xbib.net.http.server.application.BaseApplication
org.xbib.interlibrary.http.server.InterlibraryServerApplication
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
,org.xbib.net.http.server.application.Application
,org.xbib.net.http.server.application.Resolver<Path>
,org.xbib.net.http.server.session.SessionListener
public class InterlibraryServerApplication
extends org.xbib.net.http.server.application.BaseApplication
-
Feldübersicht
Von Klasse geerbte Felder org.xbib.net.http.server.application.BaseApplication
applicationModuleList, builder, sessionName
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected org.xbib.net.http.server.HttpHandler
newIncomingContextHandler
(org.xbib.net.http.server.persist.Codec<org.xbib.net.UserProfile> userProfileCodec, org.xbib.net.http.server.persist.Codec<org.xbib.net.http.server.session.Session> sessionCodec) protected org.xbib.net.http.server.session.OutgoingContextHandler
protected org.xbib.net.http.server.persist.Codec
<org.xbib.net.http.server.session.Session> newSessionCodec
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) protected org.xbib.net.http.server.persist.Codec
<org.xbib.net.UserProfile> newUserProfileCodec
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) Von Klasse geerbte Methoden org.xbib.net.http.server.application.BaseApplication
addModule, close, createContext, getAddresses, getAttributes, getContextPath, getDomains, getExecutor, getHome, getLocale, getMimeService, getModules, getName, getProfile, getRouter, getSecret, getSettings, getStaticFileSuffixes, getZoneId, newAttributes, newIncomingCookieHandler, newOutgoingCookieHandler, newPersistHandlers, newRequestValidator, newResponseRenderer, onClose, onCreated, onDestroy, onOpen, releaseContext, resolve
-
Konstruktordetails
-
InterlibraryServerApplication
-
-
Methodendetails
-
builder
-
newUserProfileCodec
protected org.xbib.net.http.server.persist.Codec<org.xbib.net.UserProfile> newUserProfileCodec(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) - Setzt außer Kraft:
newUserProfileCodec
in Klasseorg.xbib.net.http.server.application.BaseApplication
-
newSessionCodec
protected org.xbib.net.http.server.persist.Codec<org.xbib.net.http.server.session.Session> newSessionCodec(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) - Setzt außer Kraft:
newSessionCodec
in Klasseorg.xbib.net.http.server.application.BaseApplication
-
newIncomingContextHandler
protected org.xbib.net.http.server.HttpHandler newIncomingContextHandler(org.xbib.net.http.server.persist.Codec<org.xbib.net.UserProfile> userProfileCodec, org.xbib.net.http.server.persist.Codec<org.xbib.net.http.server.session.Session> sessionCodec) - Setzt außer Kraft:
newIncomingContextHandler
in Klasseorg.xbib.net.http.server.application.BaseApplication
-
newOutgoingContextHandler
protected org.xbib.net.http.server.session.OutgoingContextHandler newOutgoingContextHandler()- Setzt außer Kraft:
newOutgoingContextHandler
in Klasseorg.xbib.net.http.server.application.BaseApplication
-