javax.sdp
Interface URI

All Superinterfaces:
Cloneable, Field, Serializable
All Known Implementing Classes:
URIField

public interface URI
extends Field

An URI represents the u= field within a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.

Version:
1.0
Author:
deruelle

Method Summary
 URL get()
          Returns the value.
 void set(URL value)
          Sets the value.
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Method Detail

get

URL get()
        throws SdpParseException
Returns the value.

Returns:
the value
Throws:
SdpParseException

set

void set(URL value)
         throws SdpException
Sets the value.

Parameters:
value - the new information
Throws:
SdpException - if the parameter is null


Copyright © 2012. All Rights Reserved.