Uses of Class
org.jcsp.net.settings.Protocol
-
Packages that use Protocol Package Description org.jcsp.net.settings This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure. -
-
Uses of Protocol in org.jcsp.net.settings
Fields in org.jcsp.net.settings declared as Protocol Modifier and Type Field Description private Protocol
Protocols. lastProtocol
Methods in org.jcsp.net.settings that return Protocol Modifier and Type Method Description Protocol
Protocols. getLastProtocol()
Protocol
Protocols. getProtocol(java.lang.String protocolID)
Protocol[]
Protocols. getProtocols()
Methods in org.jcsp.net.settings with parameters of type Protocol Modifier and Type Method Description void
Protocols. addProtocol(Protocol p)
void
Protocols. removeProtocol(Protocol p)
-