Uses of Class
net.sf.neem.impl.Connection

Packages that use Connection
net.sf.neem.impl Contains building blocks of NeEM for protocol development and customization. 
 

Uses of Connection in net.sf.neem.impl
 

Fields in net.sf.neem.impl with type parameters of type Connection
 java.util.List<Connection> Known.senders
           
 

Methods in net.sf.neem.impl that return Connection
 Connection[] Overlay.connections()
          Get all connections that have been validated.
 Connection[] Transport.connections()
          Get all connections.
 

Methods in net.sf.neem.impl with parameters of type Connection
 void Overlay.close(Connection info)
           
 void ConnectionListener.close(Connection info)
          Notification of a connection being closed.
 void Overlay.open(Connection info)
           
 void ConnectionListener.open(Connection info)
          Notification of a new connection.
 void DataListener.receive(java.nio.ByteBuffer[] msg, Connection info, short port)
          Receive a message from from a connection.
 void Overlay.receive(java.nio.ByteBuffer[] msg, Connection info, short port)
           
 void Gossip.receive(java.nio.ByteBuffer[] msg, Connection info, short port)
           
 void Overlay.tradePeers(Connection target, Connection arrow)
          Connect two other peers by informing one of the other.
 

Constructors in net.sf.neem.impl with parameters of type Connection
Known(java.util.UUID id, Connection sender)
           
 



Copyright © 2005 University of Minho, Portugal. All Rights Reserved.