Package io.deephaven.enterprise.comm
Class CommBase.RawSyncConnect
java.lang.Object
io.deephaven.enterprise.comm.CommBase.RawSyncConnect
- Enclosing class:
- CommBase
Initiate a raw connector and wait until it connects or fails
-
Constructor Summary
ConstructorsConstructorDescriptionRawSyncConnect(InetSocketAddress addr, com.fishlib.base.Function.Nullary<SocketAddress> addrFun, ConnectParameters cp, com.fishlib.io.logger.Logger log, Scheduler scheduler) -
Method Summary
Modifier and TypeMethodDescriptionjoin()Wait for the connection to be established or for a final failure.
-
Constructor Details
-
RawSyncConnect
public RawSyncConnect(InetSocketAddress addr, com.fishlib.base.Function.Nullary<SocketAddress> addrFun, ConnectParameters cp, com.fishlib.io.logger.Logger log, Scheduler scheduler) throws IOException - Throws:
IOException
-
-
Method Details
-
join
Wait for the connection to be established or for a final failure.- Throws:
IOException
-