Package org.jcsp.net.settings
Class Protocols
- java.lang.Object
-
- org.jcsp.net.settings.Protocols
-
public class Protocols extends Object
Used internally within the JCSP network infrastructure to represent a set of protocols.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description Protocols()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProtocol(Protocol p)
Protocol
getLastProtocol()
Protocol
getProtocol(String protocolID)
Protocol[]
getProtocols()
void
removeProtocol(Protocol p)
String
toString()
-