Uses of Enum Class
com.xxl.tool.http.http.enums.ContentType
Packages that use ContentType
-
Uses of ContentType in com.xxl.tool.http.http
Methods in com.xxl.tool.http.http that return ContentTypeMethods in com.xxl.tool.http.http with parameters of type ContentTypeModifier and TypeMethodDescriptionHttpRequest.contentType(ContentType contentType) 设置Content-Type -
Uses of ContentType in com.xxl.tool.http.http.enums
Methods in com.xxl.tool.http.http.enums that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.