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

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

Introduction

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

The text is from its open source code.

Field

longSECONDS_1900_TO_1970
The number of seconds between 00:00 1 January 1900 and 00:00 1 January 1970.

Constructor

TimeTCPClient()
The default TimeTCPClient 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.
DategetDate()
Retrieves the time from the server and returns a Java Date containing the time converted to the local timezone.
longgetTime()
Retrieves the time from the server and returns it.
voidsetDefaultTimeout(int timeout)
Set the default timeout in milliseconds to use when opening a socket.