35363738394041
*/ public class ResponseProgressElement extends ResponseElement { public ResponseProgressElement(XDIMEContextInternal context) { super(ResponseElements.PROGRESS, context); protocolAttributes = new ResponseProgressAttributes(); }