Interface HttpAdapter
- All Known Implementing Classes:
NonReaktiveWebClientHttpAdapter
public interface HttpAdapter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.springframework.http.MediaType
static final org.springframework.http.MediaType
-
Method Summary
Modifier and TypeMethodDescriptionget
(String url, HttpHeaderAttribute... headerAttributes) get
(org.springframework.http.MediaType mediaType, String url, HttpHeaderAttribute... headerAttributes) getAuthenticated
(String url, HttpHeaderAttribute... headerAttributes)
-
Field Details
-
MEDIA_TYPE_JSON_LD
static final org.springframework.http.MediaType MEDIA_TYPE_JSON_LD -
MEDIA_TYPE_TURTLE
static final org.springframework.http.MediaType MEDIA_TYPE_TURTLE
-
-
Method Details
-
get
Response get(org.springframework.http.MediaType mediaType, String url, HttpHeaderAttribute... headerAttributes) -
get
-
getAuthenticated
-
post
-
post
-