public interface Transport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Transport.TransportEvents |
| Modifier and Type | Method and Description |
|---|---|
default void |
events(Consumer<Transport.TransportEvents> events) |
void |
state(Consumer<Boolean> stateChange) |
static void |
waitForConnection(Transport transport) |
default void events(Consumer<Transport.TransportEvents> events)
static void waitForConnection(Transport transport) throws InterruptedException
InterruptedExceptionCopyright © 2017. All rights reserved.