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. servers
java.util.List<ServerDTO>
SettingsDTO. servers
Methods 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 void
ConnectionSettings. add(ServerDTO server)
URLConnectionHandler
ConnectionSettings. createUrlConnectionHandler(ServerDTO serverDTO)
private boolean
ConnectionSettings. isPassword(ServerDTO server)
private boolean
ConnectionSettings. isPrivateKey(ServerDTO server)
-