Class StTLSReloader

java.lang.Object
com.io7m.stonesignal.server.tls.StTLSReloader
All Implemented Interfaces:
com.io7m.repetoir.core.RPServiceType, AutoCloseable

public final class StTLSReloader extends Object implements AutoCloseable, com.io7m.repetoir.core.RPServiceType
A service that periodically reloads TLS contexts.
  • Method Details

    • create

      public static StTLSReloader create(StTLSContextServiceType inTls)
      Create a new TLS reloader.
      Parameters:
      inTls - The TLs contexts
      Returns:
      A TLS reloader
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • description

      public String description()
      Specified by:
      description in interface com.io7m.repetoir.core.RPServiceType