36373839404142
*/ public class ResponseHeadElement extends ResponseElement { public ResponseHeadElement(XDIMEContextInternal context) { super(ResponseElements.HEAD, context); protocolAttributes = new ResponseHeadAttributes(); }