public abstract class AsyncTransport extends java.lang.Object implements Transport
BlockingTransport| Constructor and Description |
|---|
AsyncTransport() |
| Modifier and Type | Method and Description |
|---|---|
Response |
send(Request request)
Sends client request and returns response in sync manner.
|