|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolID | |
---|---|
org.jcsp.net | This is main package for JCSP.NET. |
org.jcsp.net.tcpip |
Uses of ProtocolID in org.jcsp.net |
---|
Methods in org.jcsp.net that return ProtocolID | |
---|---|
protected ProtocolID |
LinkServer.getProtocolID()
Gets the protocol that this LinkServer supports. |
abstract ProtocolID |
NodeAddressID.getProtocolID()
Returns the ProtocolID for the protocol that is
associated with this NodeAddressID . |
ProtocolID |
LinkFactory.Builder.getProtocolID()
Gets the ProtocolID that this Builder supports. |
protected ProtocolID |
Link.getProtocolID()
A protected accessor for obtaining the identifier of the protocol implementing this Link object. |
Methods in org.jcsp.net with parameters of type ProtocolID | |
---|---|
org.jcsp.net.Specification[] |
ProtocolManager.getProtocolSpecifications(ProtocolID protocolID)
Returns an array of Specification objects that are held for
a specified protocol. |
boolean |
ProtocolManager.installProtocolClient(ProtocolID protocolID,
org.jcsp.net.Specification[] specifications,
Hashtable settings)
Installs a protocol client so that links can be established to Nodes with LinkServer processes listening on the specified protocol. |
boolean |
ProtocolManager.removeProtocolClient(ProtocolID protocolID)
Removes the installed protocol client for a specified protocol. |
Constructors in org.jcsp.net with parameters of type ProtocolID | |
---|---|
Link(ProtocolID protocolID,
boolean client,
boolean connected)
A constructor that must be called by sub-classes. |
|
LinkFactory.Builder(ProtocolID protocolID)
A constructor which takes the ProtocolID identifying the
protocol that this Builder supports. |
|
LinkServer(ProtocolID protocolID,
NodeAddressID linkServerAddressID)
Constructor. |
Uses of ProtocolID in org.jcsp.net.tcpip |
---|
Subclasses of ProtocolID in org.jcsp.net.tcpip | |
---|---|
class |
TCPIPProtocolID
Defines a protocol ID for the TCP/IP link implementation. |
Methods in org.jcsp.net.tcpip that return ProtocolID | |
---|---|
ProtocolID |
TCPIPAddressID.getProtocolID()
Returns the ProtocolID for this address |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |