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]
