Uses of Class
org.jcsp.net2.ProtocolID
Packages that use ProtocolID
-
Uses of ProtocolID in org.jcsp.net2
Methods in org.jcsp.net2 that return ProtocolIDModifier and TypeMethodDescriptionprotected abstract ProtocolID
NodeAddress.getProtocolID()
Retrieves the correct protocol handler for the implemented address type.Methods in org.jcsp.net2 with parameters of type ProtocolIDModifier and TypeMethodDescriptionstatic 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.tcpipModifier and TypeClassDescriptionfinal class
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 ProtocolIDModifier and TypeMethodDescriptionprotected ProtocolID
TCPIPNodeAddress.getProtocolID()
Returns the TCPIPProtocolID