https://bz.apache.org/bugzilla/show_bug.cgi?id=60762
--- Comment #9 from Jesse <je...@dreamtsoft.com> --- Hi Mark, Thanks for your work on this, I see the methods on AbstractEndpoint and I think they are exactly what I need and should allow me to remove my custom implementation. The only thing holding me back at this point is that I don't know how to get access to the AbstractEndpoint from our application. We have an instance of Tomcat and can get a Connector using the getConnector method, from there I can get the ProtocolHandler but that does not offer any way to get the endpoint. I could probably safely cast ProtocolHandler to AbstractProtocol where there is a getEndpoint method, but that method is protected. Is there an appropriate way for me to get access to the new public methods on AbstractEndpoint? Thanks again! Jesse -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org