类 Transport
- java.lang.Object
-
- com.taosdata.jdbc.ws.Transport
-
- 所有已实现的接口:
AutoCloseable
public class Transport extends Object implements AutoCloseable
send message
-
-
字段概要
字段 修饰符和类型 字段 说明 static intDEFAULT_MAX_REQUESTstatic intDEFAULT_MESSAGE_WAIT_TIMEOUT
-
构造器概要
构造器 构造器 说明 Transport(WSClient client, InFlightRequest inFlightRequest)
-
-
-
构造器详细资料
-
Transport
public Transport(WSClient client, InFlightRequest inFlightRequest)
-
-
方法详细资料
-
send
public CompletableFuture<Response> send(Request request)
-
sendWithoutRep
public void sendWithoutRep(Request request)
-
isClosed
public boolean isClosed() throws SQLException- 抛出:
SQLException
-
close
public void close()
- 指定者:
close在接口中AutoCloseable
-
-