On Fri, 2018-01-05 at 15:56 -0700, Gary Gregory wrote: > Hi Oleg, > > Yes, subclassing affords all sorts of hacks/features and such. Can > you > please clarify: would you -1 adding these getters? > > Gary >
Hi Gary Of course, I will not. I am just wondering if really want to cut a new release because of a single getter? Oleg > On Fri, Jan 5, 2018 at 3:17 PM, Oleg Kalnichevski <[email protected]> > wrote: > > > On Fri, 2018-01-05 at 15:15 -0700, Gary Gregory wrote: > > > Hi Oleg, > > > > > > Not really, the ivars are private. > > > > > > > Nothing stops you from adding an instance variable to the subclass, > > does it not? > > > > Oleg > > > > > > > Gary > > > > > > On Fri, Jan 5, 2018 at 3:12 PM, Oleg Kalnichevski <[email protected] > > > rg> > > > wrote: > > > > > > > On Fri, 2018-01-05 at 14:10 -0700, Gary Gregory wrote: > > > > > Hi All, > > > > > > > > > > Are there any objects to my adding getters for: > > > > > > > > > > org.apache.http.impl.nio.DefaultHttpServerIODispatch.connFact > > > > > ory > > > > > org.apache.http.impl.nio.DefaultHttpServerIODispatch.handler > > > > > > > > > > I need to get the handler I stick in a > > > > > DefaultHttpServerIODispatch, > > > > > later. > > > > > > > > > > Gary > > > > > > > > Hi Gary > > > > > > > > You can also just subclass DefaultHttpServerIODispatch and > > > > provide > > > > the > > > > getter from the subclass. > > > > > > > > Oleg > > > > > > > > ------------------------------------------------------------- > > > > ---- > > > > ---- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
