public interface TcpClient
TcpClient
connect(String host, int port)
byte[]
exchange(byte[] buf)
timeout(long timeout, TimeUnit timeUnit)
TcpClient connect(String host, int port)
TcpClient timeout(long timeout, TimeUnit timeUnit)
byte[] exchange(byte[] buf)
Copyright © 2019. All rights reserved.