Class TelnetSession

java.lang.Object
ecmwf.common.ecauth.TelnetSession
All Implemented Interfaces:
InteractiveSession

public final class TelnetSession extends Object implements InteractiveSession
The Class TelnetSession.
  • Constructor Details

    • TelnetSession

      public TelnetSession(Socket socket, String login, String password, byte[] token, boolean debug) throws IOException
      Instantiates a new telnet session.
      Parameters:
      socket - the socket
      login - the login
      password - the password
      token - the token
      debug - the debug
      Throws:
      IOException - Signals that an I/O exception has occurred.
  • Method Details