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 voidaddProtocol(Protocol p)ProtocolgetLastProtocol()ProtocolgetProtocol(String protocolID)Protocol[]getProtocols()voidremoveProtocol(Protocol p)StringtoString()
-