Uses of Class
org.jcsp.net2.ProtocolID

Packages that use ProtocolID
org.jcsp.net2   
org.jcsp.net2.tcpip   
 

Uses of ProtocolID in org.jcsp.net2
 

Methods in org.jcsp.net2 that return ProtocolID
protected abstract  ProtocolID NodeAddress.getProtocolID()
          Retrieves the correct protocol handler for the implemented address type.
 

Methods in org.jcsp.net2 with parameters of type ProtocolID
static void NodeAddress.installProtocol(String name, ProtocolID protocol)
          Installs a new Protocol on the Node
 

Uses of ProtocolID in org.jcsp.net2.tcpip
 

Subclasses of ProtocolID in org.jcsp.net2.tcpip
 class TCPIPProtocolID
          Concrete implementation of a ProtocolID used to parse a string representation of a TCPIPNodeAddress into a TCPIPNodeAddress object.
 

Methods in org.jcsp.net2.tcpip that return ProtocolID
protected  ProtocolID TCPIPNodeAddress.getProtocolID()
          Returns the TCPIPProtocolID
 



Copyright © 1996-2012. All Rights Reserved.