public class BlockingWebRequest extends AbstractWebRequest
address, contentLength, contentType, headers, method, multipart, path, protocol, query, req, stream| Constructor and Description |
|---|
BlockingWebRequest(services.moleculer.ServiceBroker broker,
javax.servlet.http.HttpServletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createMultipartStream(services.moleculer.ServiceBroker broker) |
protected void |
createStream(services.moleculer.ServiceBroker broker) |
getAddress, getBody, getContentLength, getContentType, getHeader, getHeaders, getInternalObject, getMethod, getPath, getProtocol, getQuery, isMultipartpublic BlockingWebRequest(services.moleculer.ServiceBroker broker,
javax.servlet.http.HttpServletRequest req)
throws java.io.IOException
java.io.IOExceptionprotected void createStream(services.moleculer.ServiceBroker broker)
throws java.io.IOException
java.io.IOExceptionprotected void createMultipartStream(services.moleculer.ServiceBroker broker)
throws java.io.IOException
java.io.IOException