Abstracted the HTTP server with TCP Network classes and added an SSDP service
This commit is contained in:
parent
b3ad292ff9
commit
45f514fc27
25 changed files with 1645 additions and 688 deletions
|
|
@ -36,7 +36,7 @@ public abstract class NioNetwork implements Runnable {
|
|||
* 2 = message debug
|
||||
* 3 = selector debug
|
||||
*/
|
||||
public static int DEBUG = 2;
|
||||
public static final int DEBUG = 2;
|
||||
public static enum NetworkType {SERVER, CLIENT};
|
||||
|
||||
private NetworkType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue