Interface MultipartMarshallers

    • Method Detail

      • multipartBoundaryRandom

        java.util.Random multipartBoundaryRandom()
        The random instance that is used to create multipart boundaries. This can be overridden (e.g. in tests) to choose how a boundary is created.
        Returns:
        (undocumented)
      • multipartBoundaryLength

        int multipartBoundaryLength()
        The length of randomly generated multipart boundaries (before base64 encoding). Can be overridden to configure.
        Returns:
        (undocumented)
      • randomBoundary

        java.lang.String randomBoundary()
        The method used to create boundaries in multipartMarshaller. Can be overridden to create custom boundaries.
        Returns:
        (undocumented)