Package no.hasmac.jsonld.http
Interface HttpClient
-
- All Known Implementing Classes:
DefaultHttpClient
public interface HttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponse
send(java.net.URI targetUri, java.lang.String requestProfile)
-
-
-
Method Detail
-
send
HttpResponse send(java.net.URI targetUri, java.lang.String requestProfile) throws JsonLdError
- Throws:
JsonLdError
-
-