Package org.nustaq.kontraktor.apputil
Interface FileExposerMixin<SELF extends org.nustaq.kontraktor.Actor<SELF>>
public interface FileExposerMixin<SELF extends org.nustaq.kontraktor.Actor<SELF>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConcurrentHashMap<String,org.nustaq.kontraktor.apputil.ExposeEntry> static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddefault StringexposeFile(File localPath, String type, Crypter cr) default voidhandleExposedFileAccess(io.undertow.server.HttpServerExchange httpServerExchange) default org.nustaq.kontraktor.apputil.ExposeEntry
-
Field Details
-
URLPREFIX
- See Also:
-
exposedDocuments
-
-
Method Details
-
auto
-
handleExposedFileAccess
default void handleExposedFileAccess(io.undertow.server.HttpServerExchange httpServerExchange) -
exposeFile
-
takeFile
-