Made VariableServerConnection autocloseable.

This commit is contained in:
Derek Bankieris 2015-03-24 07:42:07 -05:00
parent 678cc4b877
commit df6e86e7cb

View File

@ -19,7 +19,7 @@ import java.net.UnknownHostException;
*
* @author Derek Bankieris
*/
public class VariableServerConnection {
public class VariableServerConnection implements AutoCloseable {
/** maximum binary packet size sent by the Variable Server */
public static final int maximumPacketSize = 8192;