We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01eeca commit 89ff65bCopy full SHA for 89ff65b
src/main/java/com/ning/http/client/providers/grizzly/GrizzlyAsyncHttpProvider.java
@@ -56,7 +56,7 @@
56
import java.util.concurrent.ExecutorService;
57
import java.util.concurrent.TimeUnit;
58
import java.util.concurrent.TimeoutException;
59
-
+import org.glassfish.grizzly.websockets.WebSocketClientFilter;
60
61
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property.*;
62
@@ -343,7 +343,7 @@ public void onTimeout(Connection connection) {
343
} else {
344
doDefaultTransportConfig();
345
}
346
- fcb.add(new WebSocketFilter());
+ fcb.add(new WebSocketClientFilter());
347
348
clientTransport.setProcessor(fcb.build());
349
0 commit comments