Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Cannot find ProxyConnectionFactory

Hello,

I'm trying to follow [1] but cannot find the ProxyConnectionFactory class.

Opening [2] (9.3 branch) gives me sources of this class but [3] (9.2 branch) gives "not found".

Thank you,
Mikhail.

[1]: https://www.eclipse.org/jetty/documentation/9.2.10.v20150310/configuring-connectors.html
[2]: https://github.com/eclipse/jetty.project/blob/jetty-9.3.x/jetty-server/src/main/java/org/eclipse/jetty/server/ProxyConnectionFactory.java
[3]: https://github.com/eclipse/jetty.project/blob/jetty-9.2.x/jetty-server/src/main/java/org/eclipse/jetty/server/ProxyConnectionFactory.java

Back to the top