Uses of Class
aQute.bnd.connection.settings.ServerDTO
Packages that use ServerDTO
-
Uses of ServerDTO in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings with type parameters of type ServerDTOMethods in aQute.bnd.connection.settings that return types with arguments of type ServerDTOMethods in aQute.bnd.connection.settings with parameters of type ServerDTOModifier and TypeMethodDescriptionvoid
ConnectionSettings.createURLConnectionHandler
(ServerDTO serverDTO) private boolean
ConnectionSettings.isBasicAuth
(ServerDTO server) private boolean
ConnectionSettings.isBearerAuth
(ServerDTO server) private boolean
ConnectionSettings.isHttpsVerification
(ServerDTO server) private boolean
ConnectionSettings.isPrivateKey
(ServerDTO server) Constructors in aQute.bnd.connection.settings with parameters of type ServerDTOModifierConstructorDescription(package private)
SettingsURLConnectionHandler
(ServerDTO serverDTO, Processor processor)