public class OAuth2Response extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<OAuth2Response> |
__TYPE_ARG |
Constructor and Description |
---|
OAuth2Response(io.vertx.ext.auth.oauth2.OAuth2Response delegate) |
OAuth2Response(Object delegate) |
Modifier and Type | Method and Description |
---|---|
Buffer |
body()
Deprecated.
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.OAuth2Response |
getDelegate() |
String |
getHeader(String name)
Deprecated.
|
int |
hashCode() |
MultiMap |
headers()
Deprecated.
|
boolean |
is(String contentType)
Deprecated.
|
io.vertx.core.json.JsonArray |
jsonArray()
Deprecated.
|
io.vertx.core.json.JsonObject |
jsonObject()
Deprecated.
|
static OAuth2Response |
newInstance(io.vertx.ext.auth.oauth2.OAuth2Response arg) |
int |
statusCode()
Deprecated.
|
String |
toString() |
public static final TypeArg<OAuth2Response> __TYPE_ARG
public OAuth2Response(io.vertx.ext.auth.oauth2.OAuth2Response delegate)
public OAuth2Response(Object delegate)
public io.vertx.ext.auth.oauth2.OAuth2Response getDelegate()
@Deprecated public int statusCode()
@Deprecated public MultiMap headers()
@Deprecated public String getHeader(String name)
name
- of the header to look up@Deprecated public Buffer body()
@Deprecated public io.vertx.core.json.JsonObject jsonObject()
@Deprecated public io.vertx.core.json.JsonArray jsonArray()
@Deprecated public boolean is(String contentType)
contentType
- a content type to test, e.g.: application/jsonpublic static OAuth2Response newInstance(io.vertx.ext.auth.oauth2.OAuth2Response arg)
Copyright © 2021 Eclipse. All rights reserved.