Java org.apache.commons.net EchoTCPClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net EchoTCPClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net EchoTCPClient.

The text is from its open source code.

Constructor

EchoTCPClient()
The default EchoTCPClient constructor.

Method

voidconnect(InetAddress host)
Opens a Socket connected to a remote host at the current default port and originating from the current host at a system assigned port.
voiddisconnect()
Disconnects the socket connection.
InputStreamgetInputStream()
Returns an InputStream from which you may read echoed data from the server.
OutputStreamgetOutputStream()
Returns an OutputStream through which you may write data to the server.
voidsetDefaultTimeout(int timeout)
Set the default timeout in milliseconds to use when opening a socket.