BubbatheVTOG / javaWebServer

GNU Lesser General Public License v2.1
0 stars 0 forks source link

Static Server #3

Open BubbatheVTOG opened 6 years ago

BubbatheVTOG commented 6 years ago

Move the server class into its own static class. Use double locking to ensure only one instance of the server. Server in of itself needs to extend thread to do this.