public class SimpleRequest extends Object implements ServerRequest
| Constructor and Description |
|---|
SimpleRequest() |
SimpleRequest(HttpMethod method,
String path) |
SimpleRequest(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
HttpMethod |
getMethod() |
String |
getPath() |
int |
hashCode() |
public SimpleRequest()
public SimpleRequest(String path)
public SimpleRequest(HttpMethod method, String path)
Copyright © 2015–2024 Red Hat. All rights reserved.