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.HttpDataTypeDiskAttribute. getHttpDataType()InterfaceHttpData.HttpDataTypeDiskFileUpload. getHttpDataType()InterfaceHttpData.HttpDataTypeInterfaceHttpData. getHttpDataType()InterfaceHttpData.HttpDataTypeMemoryAttribute. getHttpDataType()InterfaceHttpData.HttpDataTypeMemoryFileUpload. getHttpDataType()static InterfaceHttpData.HttpDataTypeInterfaceHttpData.HttpDataType. valueOf(java.lang.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.
-