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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected static final String
     

    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.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
    main(String[] args)
     
    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

    Von Klasse geerbte Methoden java.lang.Object

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

  • Konstruktordetails

    • InterlibraryServer

      public InterlibraryServer()
  • Methodendetails

    • main

      public static void main(String[] args)
    • run

      public void run()
      Setzt außer Kraft:
      run in Klasse org.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

      protected static byte[] fromHex(String hex)