Create a proxy object to remote interface of T type over a web socket connection for the given path and proxy factory.
Protected
handleThis method must be invoked by subclasses when they have created the main channel.
Install a connection handler for the given path.
Static
createOptional
arg: objectStatic
createStatic
create
This class manages the channels for remote services in the back end.
Since we have the ability to use a remote back end via SSH, we need to distinguish between two types of services: those that will be redirected to the remote back end and those which must remain in the local back end. For example the service that manages the remote ssh connections and port forwarding to the remote instance must remain local while e.g. the file system service will run in the remote back end. For each set of services, we will bind an instance of this class to
LocalConnectionProvider
andRemoteConnectionProvider
respectively.