@ -62,9 +64,9 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -62,9 +64,9 @@ public class ServletHttpHandlerAdapter implements Servlet {
privateintbufferSize=DEFAULT_BUFFER_SIZE;
@Nullable
privateStringservletPath;
// Servlet is based on blocking I/O, hence the usage of non-direct, heap-based buffers
@ -90,6 +92,18 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -90,6 +92,18 @@ public class ServletHttpHandlerAdapter implements Servlet {
Assert.notNull(dataBufferFactory,"DataBufferFactory must not be null");
this.dataBufferFactory=dataBufferFactory;
@ -100,7 +114,40 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -100,7 +114,40 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -121,21 +168,24 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -121,21 +168,24 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -144,11 +194,6 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -144,11 +194,6 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -61,9 +69,9 @@ public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter {
@@ -61,9 +69,9 @@ public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter {
@ -35,6 +35,10 @@ public class TomcatHttpServer extends AbstractHttpServer {
@@ -35,6 +35,10 @@ public class TomcatHttpServer extends AbstractHttpServer {
privatefinalClass<?>wsListener;
privateStringcontextPath="";
privateStringservletMapping="/";
privateTomcattomcatServer;
@ -49,6 +53,15 @@ public class TomcatHttpServer extends AbstractHttpServer {
@@ -49,6 +53,15 @@ public class TomcatHttpServer extends AbstractHttpServer {
@ -59,9 +72,9 @@ public class TomcatHttpServer extends AbstractHttpServer {
@@ -59,9 +72,9 @@ public class TomcatHttpServer extends AbstractHttpServer {