Uses of Interface
org.refcodes.p2p.P2PMessageConsumer
-
-
Uses of P2PMessageConsumer in org.refcodes.p2p
Classes in org.refcodes.p2p with type parameters of type P2PMessageConsumer Modifier and Type Class Description class
AbstractPeer<LOCATOR,HEADER extends P2PHeader<LOCATOR>,TAIL extends P2PTail<LOCATOR>,MSG extends P2PMessage<LOCATOR,HEADER,?,TAIL>,CONSUMER extends P2PMessageConsumer<MSG,PEER>,PEER extends Peer<LOCATOR,HEADER,TAIL,MSG,ROUTER>,ROUTER extends PeerRouter<LOCATOR,HEADER,TAIL,MSG>>
TheAbstractPeer
class implements thePeer
interface and is a concrete implementation of a physical Peer.Fields in org.refcodes.p2p declared as P2PMessageConsumer Modifier and Type Field Description protected CONSUMER
AbstractPeer. _messageConsumer
-