class Sockets {
    public static final Object EOF = new Object();
    public static final Object[] none = { };
}
