jetty.project
jetty.project copied to clipboard
Allow HttpClient to also be configured with an `org.eclipse.jetty.io.NetworkTrafficListener` too.
Jetty version(s) 12.0.7
Enhancement Description
Jetty 12.0.7 server allows for the use of a org.eclipse.jetty.io.NetworkTrafficListener on a ServerConnector.
It would be useful to allow allow HttpClient to use the org.eclipse.jetty.io.NetworkTrafficListener.
NetworkTrafficListener is very old and probably not appropriate anymore, as it only supports Socket so won't be usable now that we also support DatagramSocket.
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this as won't be implemented.