logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Stephen McCamant <SMCCAM@cpan.org>.

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.

Name

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

See Also

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

perl v5.36.0                                       2022-10-13                  Protocol::Connection::Socket(3pm)

Synopsis

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

See Also