You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/12/05 07:03:13 UTC

[Bug 60762] Enhancement: Add support for runtime SNI changes in tomcat-embed

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org