Class ChildLauncher.Info

java.lang.Object
org.praxislive.hub.net.ChildLauncher.Info
Enclosing interface:
ChildLauncher

public static class ChildLauncher.Info extends Object
Information about the launched child process.
  • Constructor Details

    • Info

      public Info(Process handle, SocketAddress address)
      Construct an Info object, for use by ChildLauncher implementation.
      Parameters:
      handle - Process of child.
      address - SocketAddress to connect to child.
  • Method Details

    • handle

      public final Process handle()
      Access the Process handle of the child.
      Returns:
      process handle
    • address

      public final SocketAddress address()
      Access the SocketAddress to connect to the child.
      Returns:
      address of the child