interface ITerminalUrl
Parents
object
Brief
The interface of the terminal URL
| Public Methods | |
|---|---|
| getName | Gets the name of the URL |
| getUrl | Gets the path of the URL |
| getTerminalProtocol | Gets the terminal protocol of the URL |
| getProtocol | Gets the HTTP protocol of the URL |
| isSecure | Checks whether the connection is secure |
| getParam | Gets the specified URL parameter |
| getParamKeys | Gets keys of all URL parameters |