corda / net.corda.node.webserver.servlets / DataUploadServlet

DataUploadServlet

class DataUploadServlet : HttpServlet

Accepts binary streams, finds the right AcceptsFileUpload implementor and hands the stream off to it.

Constructors

<init> DataUploadServlet()

Accepts binary streams, finds the right AcceptsFileUpload implementor and hands the stream off to it.

Functions

doPost fun doPost(req: HttpServletRequest, resp: HttpServletResponse): Unit