molecule.examples.net

Telnet

object Telnet

Todo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Telnet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Command extends AnyRef

  2. case class EchoCommand(cmd: Byte) extends Command with Product with scala.Serializable

  3. case class EnvironCommand(cmd: Byte, subopt: Option[SubOpt] = scala.None) extends NegotiatedCommand[Environ.type] with Product with scala.Serializable

  4. abstract class NegotiatedCommand[O <: Opt] extends Command

  5. sealed abstract class Opt extends AnyRef

  6. trait Serializable extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AO: Byte

    Abort output.

    Abort output. Allows the current process to run to completion but do not send its output to the user.

  7. val AYT: Byte

    Are you there.

    Are you there. Send back to the NVT some visible evidence that the AYT was received.

  8. val BRK: Byte

    Break.

    Break. Indicates that the "break" or "attention" key was hit.

  9. val DM: Byte

    Data mark.

    Data mark. Indicates the position of a Synch event within the data stream. This should always be accompanied by a TCP urgent notification.

  10. val DO: Byte

    Indicates the request that the other party perform, or confirmation that you are expecting the other party to perform, the indicated option.

  11. val DONT: Byte

    Indicates the demand that the other party stop performing, or confirmation that you are no longer expecting the other party to perform, the indicated option.

  12. val EC: Byte

    Erase character.

    Erase character. The receiver should delete the last preceding undeleted character from the data stream.

  13. val ECHO: Byte

  14. val EL: Byte

    Erase line.

    Erase line. Delete characters from the data stream back to but not including the previous CRLF.

  15. object Echo extends Opt with Product with scala.Serializable

    Echo.

  16. object Environ extends Opt with Product with scala.Serializable

    Environment variables RFC 1408 http://www.

  17. val GA: Byte

    Go ahead.

    Go ahead. Used, under certain circumstances, to tell the other end that it can transmit.

  18. val IAC: Byte

    Interpret as character command

  19. val IP: Byte

    Suspend, interrupt or abort the process to which the NVT is connected.

  20. val LINEMODE: Byte

  21. object LineMode extends Opt with Product with scala.Serializable

    Line mode RFC 1184

  22. val NOP: Byte

    No operation

  23. object RemoteFlowControl extends Opt with Product with scala.Serializable

    Remote flow control RFC 1372

  24. val SB: Byte

    Subnegotiation of the indicated option follows

  25. val SE: Byte

    End of subnegotiation parameters.

  26. object Sgh extends Opt with Product with scala.Serializable

    suppress go ahead RFC 858

  27. object Status extends Opt with Product with scala.Serializable

    Status RFC 859

  28. object TerminalSpeed extends Opt with Product with scala.Serializable

    Terminal speed RFC 1079

  29. object TerminalType extends Opt with Product with scala.Serializable

    Terminal type RFC 1091

  30. object TimingMark extends Opt with Product with scala.Serializable

    Timing mark RFC 860

  31. val WILL: Byte

    Indicates the desire to begin performing, or confirmation that you are now performing, the indicated option.

  32. val WONT: Byte

    Indicates the refusal to perform, or continue performing, the indicated option.

  33. object WindowSize extends Opt with Product with scala.Serializable

    Window size RFC 1073

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def doEchoCmd: ByteBuffer

  37. def dontLinemodeCmd: ByteBuffer

  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  42. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  43. def iac(operation: Byte, option: Byte): ByteBuffer

  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def suppressEchoCmd: ByteBuffer

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped