484950515253545556
return cmd.execute(client, username, password, host, port, transport); } public void logout() { LogoutCommand cmd = (LogoutCommand) client.getCommands().get("logout"); cmd.execute(client); } }