super(port);
//see the ServerSocket.implAccept() docs for this weird implementation Socket s = new CodecSocket(); implAccept(s); return s;