类 EpollStreamTransport

java.lang.Object
com.huangjian.modbus4j.sero.messaging.EpollStreamTransport
所有已实现的接口:
Transport
直接已知子类:
EpollStreamTransportCharSpaced

public class EpollStreamTransport extends Object implements Transport
First, instatiate with the streams and epoll. Then add a data consumer, or create a message control and pass this as the transport (which will make the message control the data consumer). Stop the transport by stopping the message control).