Class NonBlockingWebRequest

java.lang.Object
services.moleculer.web.servlet.request.AbstractWebRequest
services.moleculer.web.servlet.request.NonBlockingWebRequest
All Implemented Interfaces:
HttpConstants, WebRequest

public class NonBlockingWebRequest extends AbstractWebRequest
  • Constructor Details

    • NonBlockingWebRequest

      public NonBlockingWebRequest(services.moleculer.ServiceBroker broker, jakarta.servlet.AsyncContext async) throws IOException
      Throws:
      IOException
  • Method Details

    • createStream

      protected void createStream(services.moleculer.ServiceBroker broker, jakarta.servlet.AsyncContext async) throws IOException
      Throws:
      IOException
    • createMultipartStream

      protected void createMultipartStream(services.moleculer.ServiceBroker broker, jakarta.servlet.AsyncContext async) throws IOException
      Throws:
      IOException