1Net::Server::Proto::TCPU(s3e)r Contributed Perl DocumentaNteito:n:Server::Proto::TCP(3)
2
3
4

NAME

6         Net::Server::Proto::TCP - Net::Server TCP protocol.
7

SYNOPSIS

9       See Net::Server::Proto.
10

DESCRIPTION

12       Protocol module for Net::Server.  This module implements the
13       SOCK_STREAM socket type under INET (also known as TCP).  See
14       Net::Server::Proto.
15

PARAMETERS

17       There are no additional parameters that can be specified.  See
18       Net::Server for more information on reading arguments.
19

INTERNAL METHODS

21       "object"
22           Returns an object with parameters suitable for eventual creation of
23           a IO::Socket::INET object listining on UDP.
24
25       "log_connect"
26           Called before binding the socket to provide useful information to
27           the logs.
28
29       "connect"
30           Called when actually binding the port.  Handles default parameters
31           before calling parent method.
32
33       "reconnect"
34           Called instead of connect method during a server hup.
35
36       "accept"
37           Override of the parent class to make sure necessary parameters are
38           passed down to client sockets.
39
40       "poll_cb"
41           Allow for psgi compatible interface during HTTP server.
42
43       "read_until"
44           Takes a regular expression, reads from the socket until the regular
45           expression is matched.
46
47       "hup_string"
48           Returns a unique identifier that can be passed to the re-exec'ed
49           process during HUP.
50
51       "show"
52           Basic dumper of properties stored in the glob.
53
54       "AUTOLOAD"
55           Handle accessor methods.
56

LICENCE

58       Distributed under the same terms as Net::Server
59
60
61
62perl v5.26.3                      2017-08-10        Net::Server::Proto::TCP(3)
Impressum