Package org.eclipse.jetty.client
Interface Request.Content
- All Superinterfaces:
Content.Source
- All Known Implementing Classes:
AsyncRequestContent
,ByteBufferRequestContent
,BytesRequestContent
,ContentSourceRequestContent
,FormRequestContent
,InputStreamRequestContent
,MultiPartRequestContent
,OutputStreamRequestContent
,PathRequestContent
,ProxyHandler.ProxyRequestContent
,ProxyServlet.ProxyInputStreamRequestContent
,StringRequestContent
- Enclosing interface:
- Request
A client-side representation of HTTP request content.
-
Method Summary
-
Method Details
-
getContentType
- Returns:
- the content type string such as "application/octet-stream" or
"application/json;charset=UTF8", or null if the
Content-Type
header must not be set
-