Uses of Enum Class
dev.relism.flash.http.ContentType
Packages that use ContentType
-
Uses of ContentType in dev.relism.flash.http
Methods in dev.relism.flash.http 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. -
Uses of ContentType in dev.relism.flash.models
Methods in dev.relism.flash.models with parameters of type ContentTypeModifier and TypeMethodDescriptionResponse.reset(int statusCode, ContentType contentType) Repositions this instance for a new request/response cycle — clears the body, stream, status, content type, and every header recorded by the previous cycle.Response.type(ContentType ct) Constructors in dev.relism.flash.models with parameters of type ContentTypeModifierConstructorDescriptionResponse(int statusCode, byte[] body, ContentType contentType) Response(int statusCode, ContentType contentType) Response(int statusCode, String text, ContentType contentType)