Uses of Class
org.jcsp.net.ProtocolID
Packages that use ProtocolID
-
Uses of ProtocolID in org.jcsp.net
Methods in org.jcsp.net that return ProtocolIDModifier and TypeMethodDescriptionprotected ProtocolIDLink.getProtocolID()A protected accessor for obtaining the identifier of the protocol implementing this Link object.final ProtocolIDLinkFactory.Builder.getProtocolID()Gets theProtocolIDthat thisBuildersupports.protected final ProtocolIDLinkServer.getProtocolID()Gets the protocol that this LinkServer supports.abstract ProtocolIDNodeAddressID.getProtocolID()Returns theProtocolIDfor the protocol that is associated with thisNodeAddressID.Methods in org.jcsp.net with parameters of type ProtocolIDModifier and TypeMethodDescriptionorg.jcsp.net.Specification[]ProtocolManager.getProtocolSpecifications(ProtocolID protocolID) Returns an array ofSpecificationobjects that are held for a specified protocol.booleanProtocolManager.installProtocolClient(ProtocolID protocolID, org.jcsp.net.Specification[] specifications, Hashtable settings) Installs a protocol client so that links can be established to Nodes withLinkServerprocesses listening on the specified protocol.booleanProtocolManager.removeProtocolClient(ProtocolID protocolID) Removes the installed protocol client for a specified protocol.Constructors in org.jcsp.net with parameters of type ProtocolIDModifierConstructorDescriptionBuilder(ProtocolID protocolID) A constructor which takes theProtocolIDidentifying the protocol that thisBuildersupports.Link(ProtocolID protocolID, boolean client, boolean connected) A constructor that must be called by sub-classes.protectedLinkServer(ProtocolID protocolID, NodeAddressID linkServerAddressID) Constructor. -
Uses of ProtocolID in org.jcsp.net.tcpip
Subclasses of ProtocolID in org.jcsp.net.tcpipModifier and TypeClassDescriptionclassDefines a protocol ID for the TCP/IP link implementation.Methods in org.jcsp.net.tcpip that return ProtocolIDModifier and TypeMethodDescriptionTCPIPAddressID.getProtocolID()Returns the ProtocolID for this address