Uses of Class
de.iip_ecosphere.platform.support.ServerAddress
Packages that use ServerAddress
Package
Description
Implementation.
REST abstraction.
SSH abstraction.
WebService abstraction.
-
Uses of ServerAddress in de.iip_ecosphere.platform.support
Subclasses of ServerAddress in de.iip_ecosphere.platform.supportConstructors in de.iip_ecosphere.platform.support with parameters of type ServerAddressModifierConstructorDescriptionEndpoint(ServerAddress server, String endpoint) Creates a new endpoint based on a given server address. -
Uses of ServerAddress in de.iip_ecosphere.platform.support.rest
Methods in de.iip_ecosphere.platform.support.rest with parameters of type ServerAddressModifier and TypeMethodDescriptionRest.createServer(ServerAddress addr) Creates a server instance. -
Uses of ServerAddress in de.iip_ecosphere.platform.support.ssh
Methods in de.iip_ecosphere.platform.support.ssh with parameters of type ServerAddressModifier and TypeMethodDescriptionabstract Ssh.SshServerSsh.createServer(ServerAddress address) Creates an SSH server. -
Uses of ServerAddress in de.iip_ecosphere.platform.support.websocket
Methods in de.iip_ecosphere.platform.support.websocket with parameters of type ServerAddressModifier and TypeMethodDescriptionabstract ServerWebsocketFactory.createBroadcastingServer(ServerAddress address) Creates a broadcasting/relay server.