Uses of Enum Class
com.pushtechnology.diffusion.api.config.ConnectorConfig.Protocol
Packages that use ConnectorConfig.Protocol
-
Uses of ConnectorConfig.Protocol in com.pushtechnology.diffusion.api.config
Methods in com.pushtechnology.diffusion.api.config that return ConnectorConfig.ProtocolModifier and TypeMethodDescriptionstatic ConnectorConfig.ProtocolReturns the enum constant of this class with the specified name.static ConnectorConfig.Protocol[]ConnectorConfig.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.api.config that return types with arguments of type ConnectorConfig.ProtocolModifier and TypeMethodDescriptionConnectorConfig.getProtocols()Gets the client protocols supported by this connector.Method parameters in com.pushtechnology.diffusion.api.config with type arguments of type ConnectorConfig.ProtocolModifier and TypeMethodDescriptionvoidConnectorConfig.setProtocols(Set<ConnectorConfig.Protocol> protocols) Sets the client protocols supported by this connector.