public class Body
extends java.lang.Object
| Constructor and Description |
|---|
Body(java.lang.String content,
ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
org.vertx.java.core.buffer.Buffer |
buffer() |
ContentType |
contentType() |
int |
length() |
public Body(java.lang.String content,
ContentType contentType)
public ContentType contentType()
public org.vertx.java.core.buffer.Buffer buffer()
public int length()