Package net.bluemind.core.rest.base
Class RestRequest
java.lang.Object
net.bluemind.core.rest.base.RestRequest
-
Field Summary
Modifier and TypeFieldDescriptionio.vertx.core.buffer.Buffer
io.vertx.core.streams.ReadStream
<io.vertx.core.buffer.Buffer> io.vertx.core.MultiMap
boolean
io.vertx.core.http.HttpMethod
io.vertx.core.MultiMap
-
Constructor Summary
ConstructorDescriptionRestRequest
(String origin, List<String> remoteAddresses, io.vertx.core.http.HttpMethod method, io.vertx.core.MultiMap headers, String path, io.vertx.core.MultiMap params, io.vertx.core.buffer.Buffer body, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream) -
Method Summary
Modifier and TypeMethodDescriptionstatic RestRequest
create
(String remoteAddress, io.vertx.core.http.HttpMethod method, io.vertx.core.MultiMap headers, String path, io.vertx.core.MultiMap params, io.vertx.core.buffer.Buffer body, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream) toString()
-
Field Details
-
body
public io.vertx.core.buffer.Buffer body -
bodyStream
public io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream -
params
public io.vertx.core.MultiMap params -
path
-
headers
public io.vertx.core.MultiMap headers -
method
public io.vertx.core.http.HttpMethod method -
remoteAddresses
-
origin
-
maxContentLengthExceeded
public boolean maxContentLengthExceeded
-
-
Constructor Details
-
RestRequest
-
-
Method Details
-
toString
-
create
public static RestRequest create(String remoteAddress, io.vertx.core.http.HttpMethod method, io.vertx.core.MultiMap headers, String path, io.vertx.core.MultiMap params, io.vertx.core.buffer.Buffer body, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream)
-