Beispiel #1
0
 public static Connection wrap(NetworkConnection connection) {
   return (new ConnectionImpl(connection, connection.isIncoming()));
 }