Uses of Class
org.jcsp.net2.ProtocolID
-
Packages that use ProtocolID Package Description org.jcsp.net2 org.jcsp.net2.tcpip -
-
Uses of ProtocolID in org.jcsp.net2
Methods in org.jcsp.net2 that return ProtocolID Modifier and Type Method Description 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 Modifier and Type Method Description static void
NodeAddress. installProtocol(java.lang.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 Modifier and Type Class Description 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 Modifier and Type Method Description protected ProtocolID
TCPIPNodeAddress. getProtocolID()
Returns the TCPIPProtocolID
-