public final class SdpPair extends Object implements com.tangosol.io.ExternalizableLite
Constructor and Description |
---|
SdpPair()
Constructor for externalizable lite.
|
SdpPair(String originalSdp,
String modifiedSdp)
Instantiates an SDP sdp pair.
|
Modifier and Type | Method and Description |
---|---|
String |
getModifiedSdp()
Gets the modified SDP.
|
String |
getOriginalSdp()
Gets the original SDP.
|
void |
readExternal(DataInput in) |
void |
writeExternal(DataOutput out) |
public String getOriginalSdp()
public String getModifiedSdp()
public void readExternal(DataInput in) throws IOException
readExternal
in interface com.tangosol.io.ExternalizableLite
IOException
public void writeExternal(DataOutput out) throws IOException
writeExternal
in interface com.tangosol.io.ExternalizableLite
IOException