|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentType | |
|---|---|
| com.foxinmy.weixin4j.http | |
| com.foxinmy.weixin4j.http.apache | |
| com.foxinmy.weixin4j.http.entity | |
| com.foxinmy.weixin4j.model.media | |
| Uses of ContentType in com.foxinmy.weixin4j.http |
|---|
| Fields in com.foxinmy.weixin4j.http declared as ContentType | |
|---|---|
static ContentType |
ContentType.APPLICATION_FORM_URLENCODED
|
static ContentType |
ContentType.APPLICATION_JSON
|
static ContentType |
ContentType.DEFAULT_BINARY
|
static ContentType |
ContentType.DEFAULT_TEXT
|
static ContentType |
ContentType.MULTIPART_FORM_DATA
|
| Methods in com.foxinmy.weixin4j.http that return ContentType | |
|---|---|
static ContentType |
ContentType.create(MimeType mimeType,
Charset charset)
|
static ContentType |
ContentType.create(String mimeType)
|
static ContentType |
ContentType.create(String mimeType,
Charset charset)
|
| Methods in com.foxinmy.weixin4j.http with parameters of type ContentType | |
|---|---|
void |
HttpHeaders.setContentType(ContentType contentType)
Set the media type of the body, as specified by the Content-Type header. |
| Method parameters in com.foxinmy.weixin4j.http with type arguments of type ContentType | |
|---|---|
void |
HttpHeaders.setAccept(List<ContentType> acceptableMediaTypes)
Set the list of acceptable media types, as specified by the Accept header. |
static String |
ContentType.toString(List<ContentType> contentTypes)
|
| Uses of ContentType in com.foxinmy.weixin4j.http.apache |
|---|
| Methods in com.foxinmy.weixin4j.http.apache that return ContentType | |
|---|---|
ContentType |
MultipartEntity.getContentType()
|
| Uses of ContentType in com.foxinmy.weixin4j.http.entity |
|---|
| Methods in com.foxinmy.weixin4j.http.entity that return ContentType | |
|---|---|
ContentType |
StringEntity.getContentType()
|
ContentType |
HttpEntity.getContentType()
|
ContentType |
FileEntity.getContentType()
|
ContentType |
ByteArrayEntity.getContentType()
|
| Constructors in com.foxinmy.weixin4j.http.entity with parameters of type ContentType | |
|---|---|
ByteArrayEntity(byte[] content,
ContentType contentType)
|
|
ByteArrayEntity(byte[] content,
int off,
int len,
ContentType contentType)
|
|
FileEntity(File file,
ContentType contentType)
|
|
StringEntity(String body,
ContentType contentType)
|
|
| Uses of ContentType in com.foxinmy.weixin4j.model.media |
|---|
| Methods in com.foxinmy.weixin4j.model.media that return ContentType | |
|---|---|
ContentType |
MediaDownloadResult.getContentType()
|
| Constructors in com.foxinmy.weixin4j.model.media with parameters of type ContentType | |
|---|---|
MediaDownloadResult(byte[] content,
ContentType contentType,
String fileName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||