public interface EndPoint extends Comparable<EndPoint>
Modifier and Type | Method and Description |
---|---|
String |
getFullyQualifiedName()
Returns the fully qualified name of the EndPoint including the tech.
|
String |
getSimpleName()
Returns the simple name of the EndPoint sans the tech.
|
String |
getSIPSimpleName()
Returns the simple name of a SIP EndPoint sans the tech.
|
TechType |
getTech()
Returns the Tech that is used to reach this endpoint.
|
boolean |
isEmpty() |
boolean |
isLocal() |
boolean |
isSame(EndPoint rhs) |
boolean |
isSIP() |
boolean |
isUnknown()
Returns true if the tech is not know for this end point.
|
compareTo
boolean isSame(EndPoint rhs)
boolean isLocal()
boolean isSIP()
String getFullyQualifiedName()
String getSimpleName()
String getSIPSimpleName()
boolean isUnknown()
TechType getTech()
boolean isEmpty()
Copyright © 2004–2020. All rights reserved.