Class RawFormField

java.lang.Object
io.micronaut.http.multipart.RawFormField
All Implemented Interfaces:
Closeable, AutoCloseable

public final class RawFormField extends Object implements Closeable
A raw, streamed form field. Note that processing of other form fields may be stalled until you consume the byteBody!
  • Constructor Details

    • RawFormField

      public RawFormField(FormFieldMetadata metadata, CloseableByteBody byteBody)
      Parameters:
      metadata - The field metadata provided by the user
      byteBody - The field bytes
  • Method Details