Class MsrpUri


  • public class MsrpUri
    extends Object
    Represents an MRSP URI. This class only supports URIs that have session ID's.
    • Method Detail

      • getUri

        public URI getUri()
        Get this instance as an URI.
        Returns:
        URI version of this instance
      • isSecure

        public boolean isSecure()
        Determine whether this URI uses TLS.
        Returns:
        true if secured by TLS
      • getSessionId

        public String getSessionId()
        Get the MSRP session ID specified in this URI.
        Returns:
        session ID
      • getTransport

        public String getTransport()
        Get the MSRP transport specified in this URI. Currently will always be MsrpConstants.TRANSPORT_TCP.
        Returns:
        session transport
      • getParameters

        public Set<String> getParameters()
        Get the URI-parameters, if any. The returned Set will iterate the parameters in their original order.
        Returns:
        unmodifiable set of URI-parameters, possibly empty
      • toEndpoint

        public Endpoint toEndpoint()
        Create an Endpoint corresponding to this instance.
        Returns:
        corresponding Endpoint
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object