Uses of Interface
de.iip_ecosphere.platform.support.Server
Packages that use Server
Package
Description
Implementation.
REST abstraction.
SSH abstraction.
WebService abstraction.
-
Uses of Server in de.iip_ecosphere.platform.support
Classes in de.iip_ecosphere.platform.support that implement ServerModifier and TypeClassDescriptionclassA server that does nothing (sometimes a helpful fake class).Methods in de.iip_ecosphere.platform.support that return ServerModifier and TypeMethodDescriptionNoOpServer.start()Server.start()Start the server without waiting time/blocking.Methods in de.iip_ecosphere.platform.support with parameters of type Server -
Uses of Server in de.iip_ecosphere.platform.support.rest
Subinterfaces of Server in de.iip_ecosphere.platform.support.rest -
Uses of Server in de.iip_ecosphere.platform.support.ssh
Subinterfaces of Server in de.iip_ecosphere.platform.support.sshModifier and TypeInterfaceDescriptionstatic interfaceThe SSH server with further setup options. -
Uses of Server in de.iip_ecosphere.platform.support.websocket
Methods in de.iip_ecosphere.platform.support.websocket that return ServerModifier and TypeMethodDescriptionabstract ServerWebsocketFactory.createBroadcastingServer(ServerAddress address) Creates a broadcasting/relay server.