SAP ABAP Class IF_HTTP_PROXY_CONFIG (Proxy Configuration for HTTP/HTTPS Client)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HTTP_PROXY_CONFIG shttp 20010717
Properties
Class IF_HTTP_PROXY_CONFIG  
Short Description Proxy Configuration for HTTP/HTTPS Client    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20010717   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_HTTP_PROXY_CONFIG has no forward declaration.
Interfaces
Class IF_HTTP_PROXY_CONFIG has no interface implemented.
Friends
Class IF_HTTP_PROXY_CONFIG has no friend class.
Attributes
Class IF_HTTP_PROXY_CONFIG has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROXY_INFO Instance method Public Method Determines Proxy Settings for HTTP Request 20010717
Events
Class IF_HTTP_PROXY_CONFIG has no event.
Types
Class IF_HTTP_PROXY_CONFIG has no local type.
Method Signatures

Method GET_PROXY_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting APPLY_PROXY Call by reference Type reference (TYPE) C Soll Proxy-Einstellung verwendet werden(X = Ja/Space = Nein) 20010717
2 Importing PROTOCOL Call by reference Type reference (TYPE) I Scheme (1 = HTTP/ 2 = HTTPS) 20010717
3 Importing PROXY_CONFIG Call by reference Type reference (TYPE) PPROXY_C Plugin-Proxy-Konfiguration für HTTP/HTTPS-Client (Host/Port) 20010717
4 Exporting PROXY_HOST Call by reference Type reference (TYPE) PRX_HOST Proxy-Host 20010717
5 Exporting PROXY_PASSWORD Call by reference Type reference (TYPE) PRX_PASSWD Proxy-Password 20010717
6 Exporting PROXY_PORT Call by reference Type reference (TYPE) PRX_PORT Proxy-Port 20010717
7 Exporting PROXY_USER Call by reference Type reference (TYPE) PRX_USER Proxy-Benutzername 20010717
8 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010717
9 Importing SERVER_HOST Call by reference Type reference (TYPE) STRING Hostname des Servers 20010717

Method GET_PROXY_INFO on class IF_HTTP_PROXY_CONFIG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in