Searched refs:boundary (Results 1 - 3 of 3) sorted by relevance
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/ |
| H A D | MultipartStream.java | 79 * delimiter := "--" boundary CRLF<br> 94 * boundary token of the same length as the parent stream (see {@link 102 * boundary); 236 * A byte sequence that precedes a boundary (<code>CRLF--</code>). 252 * The length of the boundary token plus the leading <code>CRLF--</code>. 267 private byte[] boundary; field in class:MultipartStream 315 * boundary string, plus 4 characters for CR/LF and double dash, plus at 320 * @param boundary The token used for dividing the stream into 330 byte[] boundary, 338 // We prepend CR/LF to the boundary t 329 MultipartStream(InputStream input, byte[] boundary, int bufSize, ProgressNotifier pNotifier) argument 365 MultipartStream(InputStream input, byte[] boundary, ProgressNotifier pNotifier) argument 488 setBoundary(byte[] boundary) argument [all...] |
| H A D | RequestItemIterator.java | 248 // The boundary, which separates the various parts. 249 private final byte[] boundary; field in class:RequestItemIterator 311 boundary = getBoundary(contentType); 312 if (boundary == null) { 315 + "no multipart boundary was found"); 321 multiStream = new MultipartStream(input, boundary, notifier); 350 multiStream.setBoundary(boundary); 592 * Retrieves the boundary from the <code>Content-type</code> header. 595 * extract the boundary value. 597 * @return The boundary, a [all...] |
| /glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
| H A D | controls.js | 336 var boundary = Math.min(newS.length, oldS.length); 337 for (var index = 0; index < boundary; ++index) 340 return boundary;
|
Completed in 17 milliseconds