telnetoutputfilter.rb

Path: lib/mues/filters/telnetoutputfilter.rb  (CVS)
Last Update: Sat Aug 18 23:11:46 -0700 2007

This file contains the MUES::TelnetOutputFilter class, a TELNET filter class for the MUES::IOEventStream. It is a specialization of MUES::SocketOutputFilter that understands TELNET option negotiation and some basic terminal features.

Synopsis

  require 'mues/filters/telnetoutputfilter'

  tf = MUES::TelnetOutputFilter.new( socketObj )

Subversion ID

$Id: telnetoutputfilter.rb 1206 2004-05-09 21:25:11Z deveiant $

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

thread   hashslice   sync   mues/object   mues/exceptions   mues/filters/socketoutputfilter   mues/filters/telnetconstants  

[Validate]