GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Filter::DNS::TCP(3) User Contributed Perl Documentation POE::Filter::DNS::TCP(3)

POE::Filter::DNS::TCP - A POE Filter to handle DNS over TCP connections

version 0.06

  use POE::Filter::DNS::TCP;

  my $filter = POE::Filter::DNS::TCP->new();
  my $arrayref_of_net_dns_objects = $filter->get( [ $dns_stream ] );
  my $arrayref_of_streamed_dns_pckts = $filter->put( $arrayref_of_net_dns_objects );

POE::Filter::DNS::TCP is a POE::Filter for parsing and generating DNS messages received from or transmitted (respectively) over TCP as per RFC 1035.

"new"
Creates a new POE::Filter::DNS::TCP object.

"get"
"get_one_start"
"get_one"
Takes an arrayref which is contains streams of raw TCP DNS packets. Returns an arrayref of Net::DNS::Packet objects.
"put"
Takes an arrayref of Net::DNS::Packet objects. Returns an arrayref of raw TCP DNS packets.
"clone"
Makes a copy of the filter, and clears the copy's buffer.

  • Chris Williams <chris@bingosnet.co.uk>
  • Hans Dieter Pearcey <hdp@cpan.org>
  • Rocco Caputo <rcaputo@cpan.org>

This software is copyright (c) 2014 by Chris Williams, Hans Dieter Pearcey and Rocco Caputo.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2014-05-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.