Uses of Class
aQute.bnd.connection.settings.ServerDTO
-
Packages that use ServerDTO Package Description aQute.bnd.connection.settings -
-
Uses of ServerDTO in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings with type parameters of type ServerDTO Modifier and Type Field Description private java.util.List<ServerDTO>ConnectionSettings. serversjava.util.List<ServerDTO>SettingsDTO. serversMethods in aQute.bnd.connection.settings that return types with arguments of type ServerDTO Modifier and Type Method Description java.util.List<ServerDTO>ConnectionSettings. getServerDTOs()Methods in aQute.bnd.connection.settings with parameters of type ServerDTO Modifier and Type Method Description voidConnectionSettings. add(ServerDTO server)URLConnectionHandlerConnectionSettings. createURLConnectionHandler(ServerDTO serverDTO)private booleanConnectionSettings. isBasicAuth(ServerDTO server)private booleanConnectionSettings. isBearerAuth(ServerDTO server)private booleanConnectionSettings. isHttpsVerification(ServerDTO server)private booleanConnectionSettings. isPrivateKey(ServerDTO server)Constructors in aQute.bnd.connection.settings with parameters of type ServerDTO Constructor Description SettingsURLConnectionHandler(ServerDTO serverDTO, Processor processor)
-