public interface Request extends Unwrappable
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
clientAddress() |
String |
content() |
String |
contentType() |
Cookies |
cookies() |
String |
header(String name) |
default String |
header(String name,
String defaultValue) |
List<String> |
headerNames() |
default Map<String,List<String>> |
headers() |
List<String> |
headers(String name) |
InputStream |
inputStream() |
boolean |
isSecure() |
String |
method() |
List<Part> |
parts() |
Query |
query() |
String |
uri() |
unwrap
String uri()
String method()
String content() throws IOException
IOException
String contentType()
InputStream inputStream() throws IOException
IOException
InetSocketAddress clientAddress()
boolean isSecure()
Cookies cookies()
Query query()
Copyright © 2014. All Rights Reserved.