java.lang.Object
org.praxislive.hub.net.ChildLauncher.Info
- Enclosing interface:
ChildLauncher
Information about the launched child process.
-
Constructor Summary
ConstructorsConstructorDescriptionInfo(Process handle, SocketAddress address) Construct an Info object, for use by ChildLauncher implementation. -
Method Summary
Modifier and TypeMethodDescriptionfinal SocketAddressaddress()Access theSocketAddressto connect to the child.final Processhandle()Access theProcesshandle of the child.
-
Constructor Details
-
Info
Construct an Info object, for use by ChildLauncher implementation.- Parameters:
handle- Process of child.address- SocketAddress to connect to child.
-
-
Method Details
-
handle
Access theProcesshandle of the child.- Returns:
- process handle
-
address
Access theSocketAddressto connect to the child.- Returns:
- address of the child
-