X11::Protocol::Connection::Socket - Perl module base class for IO::Socket-based X11 connections


NAME

X11::Protocol::Connection::Socket - Perl module base class for IO::Socket-based X11 connections


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

SYNOPSIS

  package X11::Protocol::Connection::WeirdSocket;
  use X11::Protocol::Connection::Socket;
  @ISA = ('X11::Protocol::Connection::Socket')


DESCRIPTION

This module defines get(), give() and fh() methods common to X11::Protocol::Connection types that are based on IO::Socket. They expect the object they are called with to be a reference to an IO::Socket.


AUTHOR

Stephen McCamant <alias@mcs.com>.


SEE ALSO

perl(1), the X11::Protocol manpage, the X11::Protocol::Connection::INETSocket manpage, the X11::Protocol::Connection::UNIXSocket manpage, the IO::Socket manpage.

 X11::Protocol::Connection::Socket - Perl module base class for IO::Socket-based X11 connections