Uses of Class
org.asynchttpclient.request.body.multipart.part.MultipartState
-
Packages that use MultipartState Package Description org.asynchttpclient.request.body.multipart.part -
-
Uses of MultipartState in org.asynchttpclient.request.body.multipart.part
Fields in org.asynchttpclient.request.body.multipart.part declared as MultipartState Modifier and Type Field Description protected MultipartStateMultipartPart. stateMethods in org.asynchttpclient.request.body.multipart.part that return MultipartState Modifier and Type Method Description MultipartStateMultipartPart. getState()static MultipartStateMultipartState. valueOf(String name)Returns the enum constant of this type with the specified name.static MultipartState[]MultipartState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.asynchttpclient.request.body.multipart.part with parameters of type MultipartState Modifier and Type Method Description protected longMultipartPart. transfer(io.netty.buffer.ByteBuf source, io.netty.buffer.ByteBuf target, MultipartState sourceFullyWrittenState)protected longMultipartPart. transfer(io.netty.buffer.ByteBuf source, WritableByteChannel target, MultipartState sourceFullyWrittenState)
-