server: String -> Stream
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / server / ConnectActionServerString.java
index 545e4b79fdae73c494333240443bc2c47db57d29..2c3ad8ff1e31c9919ebe4ff06820d351c13c5e63 100644 (file)
@@ -29,21 +29,6 @@ public class ConnectActionServerString extends ConnectActionServer {
                super(s, key);
        }
 
-       /**
-        * Create a new {@link ConnectActionServerString}.
-        * 
-        * @param s
-        *            the socket to bind to
-        * @param key
-        *            an optional key to encrypt all the communications (if NULL,
-        *            everything will be sent in clear text)
-        * @param version
-        *            the server version
-        */
-       public ConnectActionServerString(Socket s, String key, Version version) {
-               super(s, key, version);
-       }
-
        /**
         * Serialise and send the given object to the client.
         *