Uses of Class
com.foxinmy.weixin4j.http.MimeType

Packages that use MimeType
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.message   
com.foxinmy.weixin4j.type   
 

Uses of MimeType in com.foxinmy.weixin4j.http
 

Fields in com.foxinmy.weixin4j.http declared as MimeType
static MimeType MimeType.APPLICATION_FORM_URLENCODED
           
static MimeType MimeType.APPLICATION_JSON
           
static MimeType MimeType.APPLICATION_OCTET_STREAM
           
static MimeType MimeType.APPLICATION_XML
           
static MimeType MimeType.AUDIO_MP3
           
static MimeType MimeType.IMAGE_JPG
           
static MimeType MimeType.MULTIPART_FORM_DATA
           
static MimeType MimeType.TEXT_HTML
           
static MimeType MimeType.TEXT_JSON
           
static MimeType MimeType.TEXT_PLAIN
           
static MimeType MimeType.TEXT_XML
           
static MimeType MimeType.VIDEO_MPEG4
           
 

Fields in com.foxinmy.weixin4j.http with type parameters of type MimeType
static List<MimeType> MimeType.STREAM_MIMETYPES
           
 

Methods in com.foxinmy.weixin4j.http that return MimeType
 MimeType ContentType.getMimeType()
           
static MimeType MimeType.valueOf(String value)
           
 

Methods in com.foxinmy.weixin4j.http with parameters of type MimeType
static ContentType ContentType.create(MimeType mimeType, Charset charset)
           
 boolean MimeType.includes(MimeType other)
          reference of Spring Web
 

Uses of MimeType in com.foxinmy.weixin4j.http.message
 

Methods in com.foxinmy.weixin4j.http.message that return types with arguments of type MimeType
 List<MimeType> MessageConverter.supportedMimeTypes()
          获取可以转换的媒体类型
 List<MimeType> AbstractMessageConverter.supportedMimeTypes()
           
 

Method parameters in com.foxinmy.weixin4j.http.message with type arguments of type MimeType
 void AbstractMessageConverter.setSupportedMediaTypes(List<MimeType> supportedMimeTypes)
           
 

Uses of MimeType in com.foxinmy.weixin4j.type
 

Methods in com.foxinmy.weixin4j.type that return MimeType
 MimeType MediaType.getMimeType()
           
 



Copyright © 2014–2017. All rights reserved.