Access to the Channel happens via connect(), disconnect(), and getChannel(). Once connected, the state machine works to keep the Channel connected until disconnect() is called. Gradle dependencies { compile("com.digitalpetri.netty:netty-channel-fsm:1.0.0") } Maven <dependencies> <dependency...
Access to the Channel happens via connect(), disconnect(), and getChannel(). Once connected, the state machine works to keep the Channel connected until disconnect() is called. Gradle dependencies { compile("com.digitalpetri.netty:netty-channel-fsm:1.0.0") } Maven <dependencies> <dependency...