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

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

  • Methodendetails

    • builder

      public static InterlibraryServerApplicationBuilder 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 Klasse org.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 Klasse org.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 Klasse org.xbib.net.http.server.application.BaseApplication
    • newOutgoingContextHandler

      protected org.xbib.net.http.server.session.OutgoingContextHandler newOutgoingContextHandler()
      Setzt außer Kraft:
      newOutgoingContextHandler in Klasse org.xbib.net.http.server.application.BaseApplication