Interface PeerPool

All Known Implementing Classes:
DirectPeerPool

public interface PeerPool
Date: Mar 11, 2003
  • Method Summary

    Modifier and Type Method Description
    void connectFailed​(org.litesoft.p2pchat.PeerInfo peerInfo)  
    void disconnect()  
    void initialize​(P2PPlayer myInfo, org.litesoft.p2pchat.PendingPeerManager ppm)  
  • Method Details

    • initialize

      void initialize​(P2PPlayer myInfo, org.litesoft.p2pchat.PendingPeerManager ppm) throws IOException
      Throws:
      IOException
    • disconnect

      void disconnect()
    • connectFailed

      void connectFailed​(org.litesoft.p2pchat.PeerInfo peerInfo)