Uses of Interface
org.refcodes.p2p.alt.serial.SerialP2PMessageConsumer
-
-
Uses of SerialP2PMessageConsumer in org.refcodes.p2p.alt.serial
Constructors in org.refcodes.p2p.alt.serial with parameters of type SerialP2PMessageConsumer Constructor Description SerialPeer(Integer aLocator, SerialP2PMessageConsumer aMessageConsumer, org.refcodes.serial.Port<?>... aPorts)Constructs thePeerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances.SerialPeer(Integer aLocator, SerialP2PMessageConsumer aMessageConsumer, org.refcodes.serial.TransmissionMetrics aTransmissionMetrics, ExecutorService aExecutorService, org.refcodes.serial.Port<?>... aPorts)Constructs thePeerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances.SerialPeer(Integer aLocator, SerialP2PMessageConsumer aMessageConsumer, org.refcodes.serial.TransmissionMetrics aTransmissionMetrics, org.refcodes.serial.Port<?>... aPorts)Constructs thePeerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances.
-