public interface LdpRequest
| Modifier and Type | Method and Description |
|---|---|
RdfSource |
asRdfSource() |
AcceptList |
getAcceptList()
Get the list of acceptable media types
|
String |
getContentType() |
byte[] |
getEntityBody()
Get the bytes in the entity body, or null if there was no body.
|
HttpMethod |
getMethod() |
String |
getResourceId()
Get the IRI of the resource that was requested.
|
String |
getSlug()
Get the Slug header value.
|
void |
setContentType(String contentType) |
HttpMethod getMethod()
String getResourceId()
AcceptList getAcceptList()
byte[] getEntityBody()
String getSlug()
String getContentType()
void setContentType(String contentType)
RdfSource asRdfSource()
Copyright © 2016. All rights reserved.