public class Transport extends Object implements AutoCloseable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_MAX_REQUEST |
static int |
DEFAULT_MESSAGE_WAIT_TIMEOUT |
| 构造器和说明 |
|---|
Transport(WSClient client,
InFlightRequest inFlightRequest) |
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 void sendWithoutRep(Request request)
public boolean isClosed()
throws SQLException
SQLExceptionpublic void close()
close 在接口中 AutoCloseableCopyright © 2022. All rights reserved.