Searched refs:getBoundary (Results 1 – 9 of 9) sorted by relevance
169 String boundary = getBoundary(); in writeTo()191 private String getBoundary() { in getBoundary() method in Multipart195 return cField.getBoundary(); in getBoundary()
159 return f != null && f.getBoundary() != null in isMultipart()
145 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
349 public String getBoundary() { in getBoundary() method in BodyDescriptor
115 || child.isMultipart() && child.getBoundary() == null) { in getMimeType()157 public String getBoundary() { in getBoundary() method in ContentTypeField
157 private String getBoundary() { in getBoundary() method in BluetoothMapbMessageMime405 contentType).append("; boundary=").append(getBoundary()).append("\r\n"); in encodeHeaders()465 part.encode(sb, getBoundary(), (count == parts.size())); in encodeMime()