Uses of Class
org.jcsp.net.ProtocolID
-
Packages that use ProtocolID Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.tcpip -
-
Uses of ProtocolID in org.jcsp.net
Fields in org.jcsp.net declared as ProtocolID Modifier and Type Field Description private ProtocolIDLink. protocolIDprivate ProtocolIDLinkFactory.Builder. protocolIDprivate ProtocolIDLinkServer. protocolIDMethods in org.jcsp.net that return ProtocolID Modifier and Type Method Description protected ProtocolIDLink. getProtocolID()A protected accessor for obtaining the identifier of the protocol implementing this Link object.ProtocolIDLinkFactory.Builder. getProtocolID()Gets theProtocolIDthat thisBuildersupports.protected ProtocolIDLinkServer. getProtocolID()Gets the protocol that this LinkServer supports.abstract ProtocolIDNodeAddressID. getProtocolID()Returns theProtocolIDfor the protocol that is associated with thisNodeAddressID.(package private) ProtocolID[]LinkFactory. getTxProtocols()Used to find out the communication protocols currently installed in theLinkFactoryinstance.Methods in org.jcsp.net with parameters of type ProtocolID Modifier and Type Method Description intLinkFactory.ProtocolComparator. compare(NodeAddressID naID, ProtocolID pID)intLinkFactory.ProtocolComparator. compare(ProtocolID pID, NodeAddressID naID)intLinkFactory.ProtocolComparator. compare(ProtocolID pID1, ProtocolID pID2)intLinkFactory.ProtocolPerformanceComparator. compare(ProtocolID pID1, ProtocolID pID2)(package private) static ProfileProfile. getProtocolProfile(ProtocolID protocolID)Specification[]ProtocolManager. getProtocolSpecifications(ProtocolID protocolID)Returns an array ofSpecificationobjects that are held for a specified protocol.booleanProtocolManager. installProtocolClient(ProtocolID protocolID, Specification[] specifications, java.util.Hashtable settings)Installs a protocol client so that links can be established to Nodes withLinkServerprocesses listening on the specified protocol.(package private) booleanLinkFactory. removeBuilder(ProtocolID protocolID, LinkFactory.Builder builder)booleanProtocolManager. removeProtocolClient(ProtocolID protocolID)Removes the installed protocol client for a specified protocol.Constructors in org.jcsp.net with parameters of type ProtocolID Constructor Description Builder(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.LinkServer(ProtocolID protocolID, NodeAddressID linkServerAddressID)Constructor. -
Uses of ProtocolID in org.jcsp.net.tcpip
Subclasses of ProtocolID in org.jcsp.net.tcpip Modifier and Type Class Description classTCPIPProtocolIDDefines a protocol ID for the TCP/IP link implementation.Fields in org.jcsp.net.tcpip declared as ProtocolID Modifier and Type Field Description private ProtocolIDTCPIPAddressID. protocolIDMethods in org.jcsp.net.tcpip that return ProtocolID Modifier and Type Method Description ProtocolIDTCPIPAddressID. getProtocolID()Returns the ProtocolID for this address
-