Uses of Class
oogp2p.AllPeers

Packages that use AllPeers
oogp2p   
oogp2p.chat.commands   
oogp2p.chat.IRs   
oogp2p.network   
 

Uses of AllPeers in oogp2p
 

Methods in oogp2p with parameters of type AllPeers
private  boolean LoginCommand.checkName(java.io.ObjectOutputStream out, AllPeers peers, java.lang.String loginName)
           
private  void LoginCommand.addPeer(AllPeers peers, java.net.Socket socket, java.io.ObjectOutputStream out)
          Function adds peer to all peers.
 

Uses of AllPeers in oogp2p.chat.commands
 

Methods in oogp2p.chat.commands with parameters of type AllPeers
 java.util.Vector MultiChatCommand.parsePeers(AllPeers peers)
          Parses out the names of the people to chat with from the given command line.
 

Uses of AllPeers in oogp2p.chat.IRs
 

Methods in oogp2p.chat.IRs with parameters of type AllPeers
private  void MultiChatInitIR.connectToClients(ClientAdministrator clAdmin, AllPeers peers)
          Connect to clients not already conncted to.
private  void MultiChatInitInfoIR.connectToClients(ClientAdministrator clAdmin, AllPeers peers)
          Connect to clients not already conncted to.
 

Uses of AllPeers in oogp2p.network
 

Fields in oogp2p.network declared as AllPeers
protected  AllPeers Server.peers