interface ITerminalUrl

Parents

object

Brief

The interface of the terminal URL

Public Methods

getName

Gets the name of the URL

getParam

Gets the specified URL parameter

getParamKeys

Gets keys of all URL parameters

getProtocol

Gets the HTTP protocol of the URL

getTerminalProtocol

Gets the terminal protocol of the URL

getUrl

Gets the path of the URL

isSecure

Checks whether the connection is secure

back