public static interface TransportManager.OobTransportProvider<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the provider and shuts down all associated transports.
|
T |
get()
Returns an OOB transport.
|
T get()
void close()