Interface IProcessConnectionDelegate

All Superinterfaces:
AutoCloseable, IConnection, Invalidatable, IProcessConnection, UncaughtExceptionsGenerator
All Known Implementing Classes:
ProcessConnectionDelegateImpl

public interface IProcessConnectionDelegate extends IProcessConnection
Represents an instance to which inter-process communication mechanism's separate process side delegates requests to process, received from the host. Because this interface's methods do not send or receive data, overriden methods do not throw IOException.