public class DevConsoleRequest extends Object
| Constructor and Description |
|---|
DevConsoleRequest(String method,
String uri,
Map<String,List<String>> headers,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody() |
Map<String,List<String>> |
getHeaders() |
String |
getMethod() |
CompletableFuture<DevConsoleResponse> |
getResponse() |
String |
getUri() |
public String getMethod()
public byte[] getBody()
public String getUri()
public CompletableFuture<DevConsoleResponse> getResponse()
Copyright © 2021 JBoss by Red Hat. All rights reserved.