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: providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/filters/AsyncHttpClientEventFilter.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@
23
23
24
24
importjava.io.IOException;
25
25
26
+
/**
27
+
* Extension of the {@link HttpClientFilter} that is responsible for handling
28
+
* events triggered by the parsing and serialization of HTTP packets.
Copy file name to clipboardExpand all lines: providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/filters/AsyncHttpClientTransportFilter.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@
22
22
importjava.io.EOFException;
23
23
importjava.io.IOException;
24
24
25
+
/**
26
+
* Custom {@link TransportFilter} implementation to capture and handle low-level
Copy file name to clipboardExpand all lines: providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/filters/AsyncSpdyClientEventFilter.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@
24
24
importjava.io.IOException;
25
25
importjava.util.concurrent.ExecutorService;
26
26
27
+
/**
28
+
* Extension of the {@link SpdyHandlerFilter} that is responsible for handling
29
+
* events triggered by the parsing and serialization of HTTP packets.
0 commit comments