On Sat, Nov 10, 2018 at 2:48 PM Gary Gregory <[email protected]> wrote:
> These looks like another candidate for an enum: > > org.apache.hc.core5.reactor.IOSession.ACTIVE > org.apache.hc.core5.reactor.IOSession.CLOSED > org.apache.hc.core5.reactor.IOSession.CLOSING > > Thoughts? > This was done a couple of days ago. Gary > > Gary > > On Sat, Nov 10, 2018 at 10:56 AM Gary Gregory <[email protected]> > wrote: > >> Hi All: >> >> Is there any reason the following is not an enum? >> >> org.apache.hc.core5.http.impl.nio.ExpandableBuffer.INPUT_MODE >> org.apache.hc.core5.http.impl.nio.ExpandableBuffer.OUTPUT_MODE >> >> Thank you, >> Gary >> >
