On Wed, 2018-11-21 at 10:49 -0700, Gary Gregory wrote: > 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
What would be the point of making this class or these classes public? Saving a few bytes of disc storage? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
