@@ -462,26 +462,26 @@ public synchronized final void setAttribute(final String name, final Object valu
462462 @ Override
463463 public String toString (){
464464 return
465- "SimpleHttpExchange" + '{' +
466- "httpServer" + '=' + httpServer + ", " +
467- "httpExchange" + '=' + httpExchange + ", " +
468- "URI" + '=' + URI + ", " +
469- "publicAddress" + '=' + publicAddr + ", " +
470- "localAddress" + '=' + localAddr + ", " +
471- "httpContext" + '=' + httpContext + ", " +
472- "httpPrincipal" + '=' + httpPrincipal + ", " +
473- "protocol" + '=' + protocol + ", " +
474- "requestHeaders" + '=' + requestHeaders + ", " +
475- "requestMethod" + '=' + requestMethod + ", " +
476- "responseHeaders" + '=' + getResponseHeaders () + ", " +
477- "responseCode" + '=' + getResponseCode () + ", " +
478- "rawGet" + '=' + rawGet + ", " +
479- "getMap" + '=' + getMap + ", " +
480- "hasGet" + '=' + hasGet + ", " +
481- "rawPost" + '=' + rawPost + ", " +
482- "postMap" + '=' + postMap + ", " +
483- "hasPost" + '=' + hasPost + ", " +
484- "cookies" + '=' + cookies +
485- '}' ;
465+ "SimpleHttpExchange" + '{' +
466+ "httpServer" + '=' + httpServer + ", " +
467+ "httpExchange" + '=' + httpExchange + ", " +
468+ "URI" + '=' + URI + ", " +
469+ "publicAddress" + '=' + publicAddr + ", " +
470+ "localAddress" + '=' + localAddr + ", " +
471+ "httpContext" + '=' + httpContext + ", " +
472+ "httpPrincipal" + '=' + httpPrincipal + ", " +
473+ "protocol" + '=' + '\'' + protocol + '\'' + ", " +
474+ "requestHeaders" + '=' + requestHeaders + ", " +
475+ "requestMethod" + '=' + requestMethod + ", " +
476+ "responseHeaders" + '=' + getResponseHeaders () + ", " +
477+ "responseCode" + '=' + getResponseCode () + ", " +
478+ "rawGet" + '=' + '\'' + rawGet + '\'' + ", " +
479+ "getMap" + '=' + getMap + ", " +
480+ "hasGet" + '=' + hasGet + ", " +
481+ "rawPost" + '=' + '\'' + rawPost + '\'' + ", " +
482+ "postMap" + '=' + postMap + ", " +
483+ "hasPost" + '=' + hasPost + ", " +
484+ "cookies" + '=' + cookies +
485+ '}' ;
486486 }
487487}
0 commit comments