m-doru / Http-proxy-server

Advanced object oriented programming college project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Http-proxy-server

Advanced object oriented programming lab project.

#Properties

  • HTTP only
  • Supports GET, POST and other methods
  • Supports HTTP video streaming
  • Supports logging of traffic from both the client and the server
  • No keep alive. Opens a new connection to target server every time a client asks for it

#Building using Maven

  1. git clone https://github.com/m-doru/Http-proxy-server.git
  2. cd Http-proxy-server
  3. mvn [chosen build phase]

#Usage

After it was built with Maven to package phase, go to target directory and run:

java -jar HTTP-Proxy-0.1.jar [name] [port] [backlog]

By default:
  1. name = noiceprxy
  2. port = 32165
  3. backlog = 500

About

Advanced object oriented programming college project.


Languages

Language:Java 100.0%