Package net.bluemind.core.rest.base
Class RestRequest
java.lang.Object
net.bluemind.core.rest.base.RestRequest
- 
Field Summary
FieldsModifier and TypeFieldDescriptionio.vertx.core.buffer.Bufferio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> io.vertx.core.MultiMapbooleanio.vertx.core.http.HttpMethodio.vertx.core.MultiMap - 
Constructor Summary
ConstructorsConstructorDescriptionRestRequest(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 RestRequestcreate(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)  
 -