-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.coroutines.SuspendFunction1
public final class FileCallback implements SuspendFunction1<HttpServerContext, HttpServerContext>
-
-
Constructor Summary
Constructors Constructor Description FileCallback(File file)
-
Method Summary
Modifier and Type Method Description HttpServerContextinvoke(HttpServerContext context)-
-
Constructor Detail
-
FileCallback
FileCallback(File file)
-
-
Method Detail
-
invoke
HttpServerContext invoke(HttpServerContext context)
-
-
-
-