Mobile API Reference  MicroStrategy 2019
WebServerInfo Class Reference

#import <WebServerInfo.h>

Inheritance diagram for WebServerInfo:
<MSISerializable>

Class Methods

(WebServerInfo *) + defaultWebServerInfo
 
(NSArray *) + webServerInfoList
 

Protected Attributes

NSString * name
 
NSInteger port
 
NSString * path
 
NSInteger webServerType
 

Additional Inherited Members

- Instance Methods inherited from <MSISerializable>
(void) - loadFromXML:elementName:attributes:support:context:
 
(void) - buildXML:
 

Detailed Description

WebServerInfo holds the server name, port, path and type. It also performs conversions supporting disk I/O. It is the minimal information needed to represent a web server. It is typically used as a index to get the WebServerConfiguration from device preferences.

Method Documentation

◆ defaultWebServerInfo()

+ (WebServerInfo*) defaultWebServerInfo

Use this method to get the default WebServerInfo

◆ webServerInfoList()

+ (NSArray*) webServerInfoList

Use this method to get all available webServer

Member Data Documentation

◆ name

- (NSString *) name
readwritenonatomiccopyprotected

Use this property to get or set the webServer name. This can be a domain name or IP address.

◆ path

- (NSString *) path
readwritenonatomiccopyprotected

Use this property to get or set the webServer paths. The remainder of the URL, past the host and port. On a typical J2EE server, it is often "MicroStrategyMobile".

◆ port

- (NSInteger) port
readwritenonatomicassignprotected

Use this property to get or set the webServer port

◆ webServerType

- (NSInteger) webServerType
protected