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