public class RequestBody extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RequestBody> |
__TYPE_ARG |
Constructor and Description |
---|
RequestBody(Object delegate) |
RequestBody(RequestBody delegate) |
Modifier and Type | Method and Description |
---|---|
MediaType |
determineContentType(String mediaTypeIdentifier)
This method tries to determine the best fitting
MediaType based on the passed content type. |
boolean |
equals(Object o) |
Map<String,MediaType> |
getContent() |
RequestBody |
getDelegate() |
int |
hashCode() |
boolean |
isRequired() |
static RequestBody |
newInstance(RequestBody arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<RequestBody> __TYPE_ARG
public RequestBody(RequestBody delegate)
public RequestBody(Object delegate)
public RequestBody getDelegate()
public boolean isRequired()
public Map<String,MediaType> getContent()
public MediaType determineContentType(String mediaTypeIdentifier)
MediaType
based on the passed content type.
mediaTypeIdentifier
- public static RequestBody newInstance(RequestBody arg)
Copyright © 2024 Eclipse. All rights reserved.