Consistent visibility with BIO
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Jun 2011 12:20:42 +0000 (12:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Jun 2011 12:20:42 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1132381 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11AprProtocol.java
java/org/apache/coyote/http11/Http11NioProtocol.java

index 3ff9265..90f487c 100644 (file)
@@ -190,7 +190,7 @@ public class Http11AprProtocol extends AbstractHttp11Protocol {
 
     // --------------------  Connection handler --------------------
 
-    static class Http11ConnectionHandler implements Handler {
+    protected static class Http11ConnectionHandler implements Handler {
         
         protected Http11AprProtocol proto;
         protected AtomicLong registerCount = new AtomicLong(0);
index 195df7f..2d353bc 100644 (file)
@@ -157,7 +157,7 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol {
 
     // --------------------  Connection handler --------------------
 
-    static class Http11ConnectionHandler implements Handler {
+    protected static class Http11ConnectionHandler implements Handler {
 
         protected Http11NioProtocol proto;
         protected static int count = 0;