类 EndPoint

java.lang.Object
com.webank.wedpr.sdk.jni.generated.EndPoint

public class EndPoint extends Object
the endpoint
  • 字段详细资料

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • 构造器详细资料

    • EndPoint

      protected EndPoint(long cPtr, boolean cMemoryOwn)
    • EndPoint

      public EndPoint()
    • EndPoint

      public EndPoint(String host, int port)
  • 方法详细资料

    • getCPtr

      protected static long getCPtr(EndPoint obj)
    • swigRelease

      protected static long swigRelease(EndPoint obj)
    • finalize

      protected void finalize()
      覆盖:
      finalize 在类中 Object
    • delete

      public void delete()
    • host

      public String host()
    • port

      public int port()
    • setHost

      public void setHost(String host)
    • setPort

      public void setPort(int port)
    • setListenIp

      public void setListenIp(String listenIp)
    • entryPoint

      public String entryPoint()
    • listenEndPoint

      public String listenEndPoint()
    • listenIp

      public String listenIp()