Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.TELNET
Protocols.TELNET.protocol

Class Protocols.TELNET.protocol

Description

Implementation of the TELNET protocol.


Variable fd

static object fd

Description

The connection.


Variable cb

static mapping cb

Description

Mapping containing extra callbacks.


Variable id

static mixed id

Description

Value to send to the callbacks.


Variable write_cb

static function(mixed|void:string) write_cb

Description

Write callback.


Variable read_cb

static function(mixed:void) read_cb

Description

Read callback.


Variable close_cb

static function(mixed|void:void) close_cb

Description

Close callback.


static array(int) remote_options
static array(int) local_options

Description

Negotiation states of all WILL/WON'T options. See RFC 1143 for a description of the states.


Variable to_send

static string to_send

Description

Data queued to be sent.


Variable done

static int done

Description

Indicates that connection should be closed


Variable nonblocking_write

static int nonblocking_write

Description

Tells if we have set the nonblocking write callback or not.


Variable synch

static int synch

Description

Indicates whether we are in synch-mode or not.