public class TcpClientImpl extends Object implements TcpClient
TcpClientImpl()
TcpClient
connect(String host, int port)
byte[]
exchange(byte[] buf)
timeout(long timeout, TimeUnit timeUnit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TcpClientImpl()
public TcpClient connect(String host, int port)
connect
public TcpClient timeout(long timeout, TimeUnit timeUnit)
timeout
public byte[] exchange(byte[] buf)
exchange
Copyright © 2019. All rights reserved.