Home | History | Annotate | Download | only in multipart

Lines Matching refs:BOUNDARY

64      * The boundary 
67 protected static final String BOUNDARY = "----------------314159265358979323846";
70 * The boundary as a byte array.
73 protected static final byte[] BOUNDARY_BYTES = EncodingUtils.getAsciiBytes(BOUNDARY);
76 * The default boundary to be used if {@link #setPartBoundary(byte[])} has not
130 * Return the boundary string.
131 * @return the boundary string
135 return BOUNDARY;
139 * The ASCII bytes to use as the multipart boundary.
169 * Gets the part boundary to be used.
170 * @return the part boundary as an array of bytes.
176 // custom boundary bytes have not been set, use the default.
184 * Sets the part boundary. Only meant to be used by
357 * Write all parts and the last boundary to the specified output stream.
370 * Write all parts and the last boundary to the specified output stream.
374 * @param partBoundary The ASCII bytes to use as the part boundary.
390 // set the part boundary before the part is sent
401 * Return the total sum of all parts and that of the last boundary
417 * @param partBoundary The ASCII bytes to use as the part boundary.
431 // set the part boundary before we calculate the part's length