Interface BodyDescriptor

All Superinterfaces:
ContentDescriptor
All Known Implementing Classes:
BasicBodyDescriptor, MaximalBodyDescriptor

public interface BodyDescriptor extends ContentDescriptor
A descriptor containing common MIME content body properties.
  • Method Details

    • getBoundary

      String getBoundary()
      Returns the body descriptors boundary.
      Returns:
      Boundary string, if known, or null. The latter may be the case, in particular, if the body is no multipart entity.