Searched defs:TextBody (Results 1 – 3 of 3) sorted by relevance
29 public class TextBody implements Body { class32 public TextBody(String body) { in TextBody() method in TextBody
30 public class TextBody implements Body { class33 public TextBody(String body) { in TextBody() method in TextBody
32 public interface TextBody extends Body { interface