public class RequestTransport extends Object implements Transport
| Constructor and Description |
|---|
RequestTransport(TransportConfig config) |
| Modifier and Type | Method and Description |
|---|---|
TosResponse |
roundTrip(TosRequest tosRequest)
a roundTrip includes doing a Tos request and wrapping the result with Tos response
|
public RequestTransport(TransportConfig config)
public TosResponse roundTrip(TosRequest tosRequest) throws IOException
TransportroundTrip in interface TransporttosRequest - Tos RequestTosResponseIOExceptionCopyright © 2022. All rights reserved.