eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPUseSslQuery':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HTTPUseSslQuery


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--Query
            |
            +--HTTPUseSslQuery

Package:
stx:goodies/communication
Category:
Net-Communication-HTTP-Client
Version:
rev: 1.3 date: 2020/03/20 12:03:50
user: stefan
file: HTTPUseSslQuery.st directory: goodies/communication
module: stx stc-classLibrary: communication

Description:


query whether to use SSL for a http connection (default false)
(raised by HTTPInterface)


[instance variables:]

[class variables:]

[example:]
    HTTPUseSslQuery 
    answer:true
    do:[
        (HTTPInterface get:'http://expeccoalm.exept.de') inspect
    ].

copyright

COPYRIGHT (c) 2018 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

constants
o  defaultAnswer
(comment from inherited method)
Return the default answer to the Query. This method is called,
if nobody catches the signal.

Subclasses may redefine this method.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:33:30 GMT