MjSip Stack
v1.6

org.zoolu.sdp
Class SessionNameField

java.lang.Object
  |
  +--org.zoolu.sdp.SdpField
        |
        +--org.zoolu.sdp.SessionNameField

public class SessionNameField
extends SdpField

SDP session name field.

    session-name-field = "s=" text CRLF
 


Constructor Summary
SessionNameField()
          Creates a new void SessionNameField.
SessionNameField(SdpField sf)
          Creates a new SessionNameField.
SessionNameField(java.lang.String session_name)
          Creates a new SessionNameField.
 
Method Summary
 java.lang.String getSession()
          Gets the session name.
 
Methods inherited from class org.zoolu.sdp.SdpField
clone, equals, getType, getValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionNameField

public SessionNameField(java.lang.String session_name)
Creates a new SessionNameField.

SessionNameField

public SessionNameField()
Creates a new void SessionNameField.

SessionNameField

public SessionNameField(SdpField sf)
Creates a new SessionNameField.
Method Detail

getSession

public java.lang.String getSession()
Gets the session name.

MjSip Stack
v1.6