Package | net.user1.reactor |
Class | public class SecureHTTPConnection |
Inheritance | SecureHTTPConnection ![]() ![]() ![]() |
Since : | Reactor 2.1.0 |
The SecureHTTPConnection class is identical to HTTPConnection except that it performs communications over HTTPS (i.e., an encrypted TLS or SSL connection) rather than plain HTTP.
See also
Method | Defined By | ||
---|---|---|---|
SecureHTTPConnection(host:String, port:int = 443) | SecureHTTPConnection | ||
![]() | connect():void [override]
For documentation, see IConnection's connect() method. | HTTPConnection | |
![]() | disconnect():void
For documentation, see IConnection's disconnect() method. | Connection | |
![]() | dispose():void [override]
Permanently disables this object. | HTTPConnection | |
![]() | getHost():String
For documentation, see IConnection's getHost() method. | Connection | |
![]() | getPort():int
For documentation, see IConnection's getPort() method. | Connection | |
![]() | getReadyCount():int
Returns an integer indicating the number of times this
Connection object has successfully achieved a ready state. | Connection | |
![]() | getRequestedHost():String
For documentation, see IConnection's getRequestedHost() method. | Connection | |
![]() | getSendDelay():int
Returns this connection's send-delay. | HTTPConnection | |
![]() | getType():String
For documentation, see IConnection's getType() method. | Connection | |
![]() | isReady():Boolean
For documentation, see IConnection's isReady() method. | Connection | |
![]() | isValid():Boolean
For documentation, see IConnection's isValid() method. | Connection | |
![]() | send(data:*):void [override]
For documentation, see IConnection's send() method. | HTTPConnection | |
![]() | setReactor(reactor:Reactor):void | Connection | |
![]() | setRetryDelay(milliseconds:int):void | HTTPConnection | |
![]() | setSendDelay(milliseconds:int):void
Increases or decreases the connection's batch-message send rate, or
disables batch-sending entirely. | HTTPConnection | |
![]() | setServer(host:String, port:int):void [override]
For documentation, see IConnection's setServer() method. | HTTPConnection | |
![]() | toString():String [override]
Provides a string representation of this object. | HTTPConnection |