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]> > 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.connFactory > > > 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]
