Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project, you will write a simple HTTP server (in Java) that serves web browsers as its clients. Once your program starts, it opens

In this project, you will write a simple HTTP server (in Java) that serves web browsers as its clients. Once your program starts, it opens a http server socket with port number 9000 and waits for any client connection. After the server starts, it displays (on server side screen) servers ip address, port number and the message that shows the server has started successfully. To complete the project, you have to implement HttpHandler interface and the messages between http server and client are exchanged by using HttpExchange class.

To implement the server, you can simply use high-level Java http server API (com.sun.net.httpserver package). Please refer to Java Doc from Oracle.

When the client connects to your server, your server will send a message back to the client, saying that the server is running without any problem along with HTTP status code 200. To connect to the server from the web browser, you will use server ip address:port number in the address bar to request a connection.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2018 Dublin Ireland September 10 14 2018 Proceedings Part 1 Lnai 11051

Authors: Michele Berlingerio ,Francesco Bonchi ,Thomas Gartner ,Neil Hurley ,Georgiana Ifrim

1st Edition

3030109240, 978-3030109240

More Books

Students also viewed these Databases questions

Question

=+7 How has the COVID-19 pandemic impacted the operations of IHRM?

Answered: 1 week ago