public interface ClientTransport
void connect(InetSocketAddress address) throws IOException
address - 地址IOException - io异常时抛出void close()
boolean isClosed()
void send(Request request)
request - 请求Integer lookup(RequestKey key)
key - 请求签名Copyright © 2021. All rights reserved.