Class HttpListener

  • All Implemented Interfaces:
    WebListener

    public class HttpListener
    extends WebListenerBase
    HTTP Listener listens on a TCP port for incoming HTTP connection.
    Author:
    Rajiv Mordani, Jan Luehe, Amy Roh
    • Constructor Detail

      • HttpListener

        public HttpListener()
        Initializes a newly created HttpListener object with HTTP protocol.
      • HttpListener

        public HttpListener​(String id,
                            int port)