Class TransportService

java.lang.Object
de.willuhn.jameica.services.TransportService
All Implemented Interfaces:
de.willuhn.boot.Bootable

public class TransportService extends Object implements de.willuhn.boot.Bootable
Verwaltet die Transport-Protokolle.
  • Constructor Details

    • TransportService

      public TransportService()
  • Method Details

    • depends

      public Class<de.willuhn.boot.Bootable>[] depends()
      Specified by:
      depends in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.depends()
    • init

      public void init(de.willuhn.boot.BootLoader arg0, de.willuhn.boot.Bootable arg1) throws de.willuhn.boot.SkipServiceException
      Specified by:
      init in interface de.willuhn.boot.Bootable
      Throws:
      de.willuhn.boot.SkipServiceException
      See Also:
      • Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.shutdown()
    • getTransport

      public Transport getTransport(URL url) throws de.willuhn.util.ApplicationException
      Liefert die Transport-Implementierung fuer die URL.
      Parameters:
      url - URL.
      Returns:
      Transport-Implementierung.
      Throws:
      de.willuhn.util.ApplicationException