MCPcopy Create free account
hub / github.com/apache/tomcat / flushBuffer

Method flushBuffer

java/org/apache/catalina/connector/Response.java:472–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470
471
472 @Override
473 public void flushBuffer() throws IOException {
474 outputBuffer.flush();
475 }
476
477
478 @Override

Callers 4

testSetContentType03Method · 0.95
testSetLocale03Method · 0.95
sendRedirectMethod · 0.95

Calls 1

flushMethod · 0.65

Tested by 3

testSetContentType03Method · 0.76
testSetLocale03Method · 0.76