public interface HttpRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Retrieves the request content type.
|
Object |
getEntity()
Retrieves the request entity.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getHeaders()
Retrieves the request http headers.
|
HttpMethod |
getMethod()
Retrieves the http method.
|
HttpMethod getMethod()
String getContentType()
Object getEntity()
Copyright © 2015 JBoss by Red Hat. All rights reserved.