Home | History | Annotate | Download | only in jbosh

Lines Matching refs:body

36     private final AbstractBody body;
42 * @param cBody message body
50 "message body may not be null"));
52 body = cBody;
60 * @param body message body
65 final AbstractBody body) {
66 return new BOSHMessageEvent(source, body);
74 * @param body message body
79 final AbstractBody body) {
80 return new BOSHMessageEvent(source, body);
84 * Gets the message body which was sent or received.
86 * @return message body
89 return body;