package iotrmi.Java; // Java libraries import java.io.*; import java.net.*; import java.awt.*; import java.util.*; /** Class IoTSocketServer is a communication class * that extends IoTSocket. This is the server side. *

* Adapted from Java/C++ socket implementation * by Keith Vertanen * @see