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 ProtocolIDNodeAddress. 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 voidNodeAddress. 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 Modifier and Type Class Description classTCPIPProtocolIDConcrete 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 ProtocolIDTCPIPNodeAddress. getProtocolID()Returns the TCPIPProtocolID
-