Uses of Enum Class
com.pushtechnology.diffusion.api.config.ConnectorConfig.ProxyProtocol
Packages that use ConnectorConfig.ProxyProtocol
-
Uses of ConnectorConfig.ProxyProtocol in com.pushtechnology.diffusion.api.config
Methods in com.pushtechnology.diffusion.api.config that return ConnectorConfig.ProxyProtocolModifier and TypeMethodDescriptionLookup the value from a string.ConnectorConfig.getProxyProtocol()
Indicates the proxy protocol required for connection.Returns the enum constant of this class with the specified name.static ConnectorConfig.ProxyProtocol[]
ConnectorConfig.ProxyProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.api.config with parameters of type ConnectorConfig.ProxyProtocolModifier and TypeMethodDescriptionvoid
ConnectorConfig.setProxyProtocol
(ConnectorConfig.ProxyProtocol protocol) Sets the proxy protocol required for connection.