Uses of Enum
io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
Packages that use HttpPostBodyUtil.TransferEncodingMechanism
-
Uses of HttpPostBodyUtil.TransferEncodingMechanism in io.netty.handler.codec.http.multipart
Subclasses with type arguments of type HttpPostBodyUtil.TransferEncodingMechanism in io.netty.handler.codec.http.multipartModifier and TypeClassDescriptionstatic enumAllowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"Methods in io.netty.handler.codec.http.multipart that return HttpPostBodyUtil.TransferEncodingMechanismModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpPostBodyUtil.TransferEncodingMechanism.values()Returns an array containing the constants of this enum type, in the order they are declared.