Hi All:

Do we really need two HandlerEntry classes?

- org.apache.hc.core5.http.impl.bootstrap.HandlerEntry<T>
- org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry<T>

They are currently the same. Since they are both package private, using a
single class would mean making one public. I suppose the question is: Do we
need to hide this implementation detail so much as to make it _not_ a
public class.

Thoughts?

Gary

Reply via email to