|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XcapRoot
Encapsulates the XCAP root part of the request URI. The XCAP root contains the information necessary to connect to the XCAP server. An example: https://www.zero-xdm.com:8080/services. The generic form is <protocol>://<host>:<port>[/<path>].
| Method Summary | |
|---|---|
String |
getHost()Get host of the Xcap root. |
String |
getPath()Get path of the Xcap root. |
int |
getPort()Get port number of the Xcap root. |
String |
getProtocol()Provides the protocol part of the Xcap Root. |
boolean |
isSecure()Indicates whether Transport Layer Security (TLS) is used. |
| Method Detail |
|---|
String getProtocol()
String getHost()
int getPort()
String getPath()
boolean isSecure()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.