Am 2019-12-29 um 21:45 schrieb Gary Gregory:
Hi All:What do you think about making an enum called IOSession.State out of: int org.apache.hc.core5.reactor.IOSession.ACTIVE int org.apache.hc.core5.reactor.IOSession.CLOSED int org.apache.hc.core5.reactor.IOSession.CLOSING
So you want to turn int constants into an enum? Sounds good to me. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
