Klasse HttpUIServer

java.lang.Object
org.xbib.interlibrary.common.Interlibrary
org.xbib.interlibrary.http.server.InterlibraryServer
org.xbib.interlibrary.ui.HttpUIServer
Alle implementierten Schnittstellen:
AutoCloseable

public final class HttpUIServer 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
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

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

    Von Klasse geerbte Methoden org.xbib.interlibrary.http.server.InterlibraryServer

    buildApplicationModule, buildEventManager, buildHttpAddress, 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

    Von Klasse geerbte Methoden java.lang.Object

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

    • HttpUIServer

      public HttpUIServer()
  • Methodendetails

    • customizeRouter

      protected void customizeRouter(org.xbib.net.http.server.route.BaseHttpRouterBuilder baseHttpRouterBuilder)
      Setzt außer Kraft:
      customizeRouter in Klasse org.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 Klasse org.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 Klasse org.xbib.interlibrary.http.server.InterlibraryServer
    • buildSecurityDomain

      protected org.xbib.net.http.server.domain.HttpSecurityDomain buildSecurityDomain()
      Setzt außer Kraft:
      buildSecurityDomain in Klasse org.xbib.interlibrary.http.server.InterlibraryServer