jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Allow HttpClient to also be configured with an `org.eclipse.jetty.io.NetworkTrafficListener` too.

Open joakime opened this issue 1 year ago • 1 comments
trafficstars

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.

joakime avatar Mar 06 '24 22:03 joakime

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.

sbordet avatar Mar 10 '24 12:03 sbordet

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.

github-actions[bot] avatar Sep 14 '25 00:09 github-actions[bot]

Closing this as won't be implemented.

sbordet avatar Sep 16 '25 16:09 sbordet