Class SetDateMessage

java.lang.Object
net.i2p.data.i2cp.I2CPMessageImpl
net.i2p.data.i2cp.SetDateMessage
All Implemented Interfaces:
I2CPMessage

public class SetDateMessage extends I2CPMessageImpl
Tell the other side what time it is. Only supported from router to client. Since 0.8.7, optionally include a version string.
  • Field Details

  • Constructor Details

    • SetDateMessage

      public SetDateMessage()
    • SetDateMessage

      public SetDateMessage(String version)
      Parameters:
      version - the router's version String to be sent to the client; may be null
      Since:
      0.8.7
  • Method Details