Class NTalkClient

java.lang.Object
net.thevpc.nuts.lib.ntalk.NTalkClient
All Implemented Interfaces:
Closeable, AutoCloseable

public class NTalkClient extends Object implements Closeable
  • Constructor Details

    • NTalkClient

      public NTalkClient()
    • NTalkClient

      public NTalkClient(int port)
    • NTalkClient

      public NTalkClient(String host, int port)
  • Method Details

    • getAgentVersion

      public String getAgentVersion()
    • request

      public byte[] request(String service, byte[] requestMessage)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable