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.1 date: 2019/02/07 15:09:34
user: sr
file: HTTPUseSslQuery.st directory: goodies/communication
module: stx stc-classLibrary: communication
Author:
cg

Description:


query for a proxy (raised by HTTPInterface to ask any caller for a proxySettings info)


[instance variables:]

[class variables:]

[example:]
    |p|

    p := HTTPProxySettings new.
    p proxyHost:'foo'.
    p proxyPort:1234.
    p useProxy:true.
    HTTPProxyQuery 
        answer:p
        do:[
            HTTPInterface get:'www.exept.de'
        ].


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.


Examples:


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


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 03:07:23 GMT