public static final class TransportTest.TransportPair<T,S extends io.rsocket.Closeable> extends Object implements Disposable
Disposable.Composite, Disposable.Swap| Constructor and Description |
|---|
TransportPair(Supplier<T> addressSupplier,
BiFunction<T,S,io.rsocket.transport.ClientTransport> clientTransportSupplier,
Function<T,io.rsocket.transport.ServerTransport<S>> serverTransportSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
expectedPayloadData() |
String |
expectedPayloadMetadata() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDisposedpublic void dispose()
dispose in interface Disposablepublic String expectedPayloadData()
public String expectedPayloadMetadata()