Package wt.federation

Class FederatedHttpMultipart

java.lang.Object
wt.federation.FederatedHttpMultipart
All Implemented Interfaces:
Externalizable, Serializable

public class FederatedHttpMultipart extends Object implements Externalizable
Represents a MIME multipart object contained in an HTTP request or response message.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

  • Method Details

    • getPart

      public FederatedHttpBodyPart getPart(int index)
      Returns the specified part of the MIME multipart object.

      Supported API: true
      Parameters:
      index -
      Returns:
      FederatedHttpBodyPart
    • addPart

      public void addPart(FederatedHttpBodyPart part)
      Adds the specified part to the MIME multipart object.

      Supported API: true
      Parameters:
      part -
    • removePart

      public void removePart(int index)
      Removes the specified part from the MIME multipart object.

      Supported API: true
      Parameters:
      index -