Uses of Class
com.foxinmy.weixin4j.http.MimeType
-
Packages that use MimeType Package Description com.foxinmy.weixin4j.http com.foxinmy.weixin4j.http.apache.content 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 Modifier and Type Field Description 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 Modifier and Type Field Description static List<MimeType>
MimeType. STREAM_MIMETYPES
Methods in com.foxinmy.weixin4j.http that return MimeType Modifier and Type Method Description MimeType
ContentType. getMimeType()
static MimeType
MimeType. valueOf(String value)
Methods in com.foxinmy.weixin4j.http with parameters of type MimeType Modifier and Type Method Description 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.apache.content
Methods in com.foxinmy.weixin4j.http.apache.content that return MimeType Modifier and Type Method Description MimeType
AbstractContentBody. getMimeType()
MimeType
ContentBody. getMimeType()
Returns the body descriptors MIME type. -
Uses of MimeType in com.foxinmy.weixin4j.http.message
Methods in com.foxinmy.weixin4j.http.message that return types with arguments of type MimeType Modifier and Type Method Description List<MimeType>
AbstractMessageConverter. supportedMimeTypes()
List<MimeType>
MessageConverter. supportedMimeTypes()
获取可以转换的媒体类型Methods in com.foxinmy.weixin4j.http.message with parameters of type MimeType Modifier and Type Method Description protected boolean
AbstractMessageConverter. supports(Class<?> clazz, MimeType mimeType)
满足其中一个supportsMethod parameters in com.foxinmy.weixin4j.http.message with type arguments of type MimeType Modifier and Type Method Description void
AbstractMessageConverter. setSupportedMediaTypes(List<MimeType> supportedMimeTypes)
Constructors in com.foxinmy.weixin4j.http.message with parameters of type MimeType Constructor Description AbstractMessageConverter(MimeType supportedMimeType)
AbstractMessageConverter(MimeType... supportedMimeTypes)
-
Uses of MimeType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return MimeType Modifier and Type Method Description MimeType
MediaType. getMimeType()
-