Interface FileExposerMixin<SELF extends org.nustaq.kontraktor.Actor<SELF>>


public interface FileExposerMixin<SELF extends org.nustaq.kontraktor.Actor<SELF>>
  • Field Details

  • Method Details

    • auto

      static void auto(org.nustaq.kontraktor.remoting.http.undertow.builder.BldFourK bld, Object mixin)
    • handleExposedFileAccess

      default void handleExposedFileAccess(io.undertow.server.HttpServerExchange httpServerExchange)
    • exposeFile

      default String exposeFile(File localPath, String type, Crypter cr)
    • takeFile

      default org.nustaq.kontraktor.apputil.ExposeEntry takeFile(String id)