public class Transport extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_REQUEST |
static int |
DEFAULT_MESSAGE_WAIT_TIMEOUT |
| Constructor and Description |
|---|
Transport(WSClient client,
InFlightRequest inFlightRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
CompletableFuture<Response> |
send(Request request) |
public static final int DEFAULT_MAX_REQUEST
public static final int DEFAULT_MESSAGE_WAIT_TIMEOUT
public Transport(WSClient client, InFlightRequest inFlightRequest)
public CompletableFuture<Response> send(Request request)
public boolean isClosed()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableSQLExceptionCopyright © 2022. All rights reserved.