Uses of Class
io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Packages that use InterfaceHttpData.HttpDataType Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of InterfaceHttpData.HttpDataType in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart that return InterfaceHttpData.HttpDataType Modifier and Type Method Description InterfaceHttpData.HttpDataType
DiskAttribute. getHttpDataType()
InterfaceHttpData.HttpDataType
DiskFileUpload. getHttpDataType()
InterfaceHttpData.HttpDataType
InterfaceHttpData. getHttpDataType()
InterfaceHttpData.HttpDataType
MemoryAttribute. getHttpDataType()
InterfaceHttpData.HttpDataType
MemoryFileUpload. getHttpDataType()
InterfaceHttpData.HttpDataType
MixedAttribute. getHttpDataType()
InterfaceHttpData.HttpDataType
MixedFileUpload. getHttpDataType()
static InterfaceHttpData.HttpDataType
InterfaceHttpData.HttpDataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceHttpData.HttpDataType[]
InterfaceHttpData.HttpDataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-