Uses of Class
org.logdoc.fairhttp.service.api.helpers.MimeType
-
Packages that use MimeType Package Description org.logdoc.fairhttp.service.api.helpers org.logdoc.fairhttp.service.http org.logdoc.fairhttp.service.tools -
-
Uses of MimeType in org.logdoc.fairhttp.service.api.helpers
Fields in org.logdoc.fairhttp.service.api.helpers declared as MimeType Modifier and Type Field Description static MimeTypeMimeType. BINARYstatic MimeTypeMimeType. FORMstatic MimeTypeMimeType. JSONstatic MimeTypeMimeType. MULTIPARTstatic MimeTypeMimeType. TEXTHTMLstatic MimeTypeMimeType. TEXTPLAINstatic MimeTypeMimeType. XMLMethods in org.logdoc.fairhttp.service.api.helpers that return MimeType Modifier and Type Method Description static MimeTypeMimeType. guessMime(int[] head16bytes)Methods in org.logdoc.fairhttp.service.api.helpers with parameters of type MimeType Modifier and Type Method Description booleanMimeType. match(MimeType type) -
Uses of MimeType in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http with parameters of type MimeType Modifier and Type Method Description booleanHttp.Request. contentTypeMismatch(MimeType expected)voidHttp.Response. setPayload(byte[] payload, MimeType contentType) -
Uses of MimeType in org.logdoc.fairhttp.service.tools
Fields in org.logdoc.fairhttp.service.tools declared as MimeType Modifier and Type Field Description MimeTypeMultiForm.Part. mimeTypeMethods in org.logdoc.fairhttp.service.tools that return MimeType Modifier and Type Method Description static MimeTypeBytes. guessMime(byte[] head16bytes)Methods in org.logdoc.fairhttp.service.tools with parameters of type MimeType Modifier and Type Method Description static byte[]MultiHelper. getBoundary(MimeType contentType)static voidMultiHelper. process(MultiHelper.MultiHandler handler, MimeType contentType, byte[] input)
-