You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataset/GitHub_Java/dropwizard.dropwizard/dropwizard-jetty/src/main/java/io/dropwizard/jetty/NonblockingServletHolder.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageio.dropwizard.jetty;
2
2
3
+
importorg.eclipse.jetty.io.EofException;
3
4
importorg.eclipse.jetty.server.Request;
4
5
importorg.eclipse.jetty.servlet.ServletHolder;
5
6
@@ -12,7 +13,12 @@
12
13
/**
13
14
* A {@link ServletHolder} subclass which removes the synchronization around servlet initialization
14
15
* by requiring a pre-initialized servlet holder.
16
+
*
17
+
* @deprecated If necessary, use {@link ServletHolder} or {@link org.eclipse.jetty.servlet.FilterHolder} directly.
Copy file name to clipboardExpand all lines: dataset/GitHub_Java/dropwizard.dropwizard/dropwizard-jetty/src/test/java/io/dropwizard/jetty/NonblockingServletHolderTest.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,20 @@ public class NonblockingServletHolderTest {
0 commit comments