Searched refs:getBoundary (Results 1 – 5 of 5) 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()
151 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()156 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