| |
|
| java.lang.Object gov.nist.core.GenericObject gov.nist.siplite.header.Protocol
Constructor Summary | |
public | Protocol() Default constructor. |
protocolName | protected String protocolName(Code) | | protocolName field
|
protocolVersion | protected String protocolVersion(Code) | | protocolVersion field
|
Protocol | public Protocol()(Code) | | Default constructor.
|
clone | public Object clone()(Code) | | Clone this structure.
Object Protocol |
encode | public String encode()(Code) | | Return canonical form.
String |
equals | public boolean equals(Object other)(Code) | | Compare two protocols for equality.
true if the two protocols are the same. Parameters: other - Object to set |
getProtocolName | public String getProtocolName()(Code) | | get the protocol name
String |
getProtocolVersion | public String getProtocolVersion()(Code) | | get the protocol version
String |
getTransport | public String getTransport()(Code) | | get the transport
String |
setProtocolName | public void setProtocolName(String p)(Code) | | Set the protocolName member
Parameters: p - String to set |
setProtocolVersion | public void setProtocolVersion(String p)(Code) | | Set the protocolVersion member
Parameters: p - String to set |
setTransport | public void setTransport(String t)(Code) | | Set the transport member
Parameters: t - String to set |
|
|
|