Class HTTPUSocket

    • Constructor Detail

      • HTTPUSocket

        public HTTPUSocket()
      • HTTPUSocket

        public HTTPUSocket​(String bindAddr,
                           int bindPort)
      • HTTPUSocket

        public HTTPUSocket​(int bindPort)
    • Method Detail

      • finalize

        protected void finalize()
        Overrides:
        finalize in class Object
      • setLocalAddress

        public void setLocalAddress​(String addr)
      • getLocalAddress

        public String getLocalAddress()
      • open

        public boolean open()
      • open

        public boolean open​(String bindAddr,
                            int bindPort)
      • open

        public boolean open​(int bindPort)
      • close

        public boolean close()
      • post

        public boolean post​(String addr,
                            int port,
                            String msg)