Package prompto.config
Class HttpConfiguration
- java.lang.Object
-
- prompto.config.IHttpConfiguration.Inline
-
- prompto.config.HttpConfiguration
-
- All Implemented Interfaces:
IHttpConfiguration
public class HttpConfiguration extends IHttpConfiguration.Inline
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface prompto.config.IHttpConfiguration
IHttpConfiguration.Inline
-
-
Constructor Summary
Constructors Constructor Description HttpConfiguration(prompto.config.IConfigurationReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()-
Methods inherited from class prompto.config.IHttpConfiguration.Inline
getAllowedOrigins, getAllowsXAuthorization, getAuthenticationConfiguration, getKeyStoreConfiguration, getPort, getProtocol, getPublicAddress, getRedirectFrom, getSendsXAuthorization, getSiteMap, getTrustStoreConfiguration, getWelcomePage, withAuthenticationConfiguration, withKeyStoreConfiguration, withPort, withProtocol, withPublicAddress, withSendsXAuthorization, withSiteMap, withTrustStoreConfiguration, withWelcomePage
-
-
-
-
Method Detail
-
toYaml
public com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Specified by:
toYamlin interfaceIHttpConfiguration- Overrides:
toYamlin classIHttpConfiguration.Inline- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-