Home | History | Annotate | Download | only in carbons

Lines Matching defs:Carbon

31  * message carbon copies from a packet. The extension
35 * <p>The {@link Carbon.Provider} must be registered in the
41 public class Carbon implements PacketExtension {
47 public Carbon(Direction dir, Forwarded fwd) {
53 * get the direction (sent or received) of the carbon.
55 * @return the {@link Direction} of the carbon.
64 * @return the {@link Forwarded} message contained in this Carbon.
93 * An enum to display the direction of a {@link Carbon} message.
117 return new Carbon(dir, fwd);
122 * Packet extension indicating that a message may not be carbon-copied.
132 return Carbon.NAMESPACE;
136 return "<" + ELEMENT + " xmlns=\"" + Carbon.NAMESPACE + "\"/>";