Unix and Linux Discussions Tagged with client |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
7,793 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
15,153 |
Programming |
|
|
|
2 |
9,473 |
Red Hat |
|
|
|
2 |
11,708 |
AIX |
|
|
|
0 |
16,977 |
Programming |
|
|
|
1 |
17,997 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
15,753 |
AIX |
|
|
|
2 |
5,162 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,589 |
Shell Programming and Scripting |
|
|
|
6 |
1,917 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,718 |
IP Networking |
|
|
|
7 |
4,249 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,592 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
3,172 |
Linux |
|
|
|
10 |
6,909 |
Programming |
|
|
|
1 |
3,356 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,551 |
Programming |
|
|
|
0 |
7,878 |
Homework & Coursework Questions |
|
|
|
1 |
2,980 |
Software Releases - RSS News |
|
|
|
0 |
1,860 |
Software Releases - RSS News |
|
|
|
0 |
1,596 |
Software Releases - RSS News |
|
|
|
0 |
1,525 |
Software Releases - RSS News |
|
|
|
2 |
3,268 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,719 |
Red Hat |
|
|
|
0 |
1,710 |
Software Releases - RSS News |
|
|
|
0 |
1,177 |
Software Releases - RSS News |
|
|
|
0 |
1,330 |
Software Releases - RSS News |
|
|
|
0 |
1,206 |
Software Releases - RSS News |
|
|
|
0 |
1,247 |
Software Releases - RSS News |
|
|
|
0 |
1,698 |
Software Releases - RSS News |
|
|
|
0 |
1,132 |
Software Releases - RSS News |
|
|
|
0 |
1,279 |
Software Releases - RSS News |
|
|
|
1 |
5,971 |
AIX |
|
|
|
0 |
1,171 |
Software Releases - RSS News |
|
|
|
0 |
1,404 |
Software Releases - RSS News |
|
|
|
0 |
1,534 |
Software Releases - RSS News |
|
|
|
0 |
1,551 |
Software Releases - RSS News |
|
|
|
2 |
9,827 |
Cybersecurity |
|
|
|
0 |
2,252 |
Software Releases - RSS News |
|
|
|
0 |
1,492 |
Software Releases - RSS News |
shevek::server< client, serverdata >::connection(3) Library Functions Manual shevek::server< client, serverdata >::connection(3)
NAME
shevek::server< client, serverdata >::connection -
Base of the client class which is implemented by the calling program.
SYNOPSIS
#include <server.hh>
Inherits shevek::refbase.
Public Member Functions
void continue_reading ()
This is called after in->unread (), to resume accepting data from this connection.
~connection ()
Destructor.
Public Attributes
Glib::RefPtr< shevek::fd > in
The input socket. The client can stop reading from this connection by calling in->unread ().
Glib::RefPtr< shevek::fd > out
The output socket. This is used to send data to the connection.
Protected Member Functions
connection ()
The client class can construct this object with its create function.
Glib::RefPtr< server< client,
serverdata > > get_server ()"
Access to the server object which hosts this client.
void disconnect ()
This can be called by the client object to close this connection.
Friends
class server< client, serverdata >
Detailed Description
template<typename client, typename serverdata>struct shevek::server< client, serverdata >::connection
Base of the client class which is implemented by the calling program.
A client object is created for every connection which is accepted. This class handles server administration and provides access to members
from the client class.
Author
Generated automatically by Doxygen for libshevek from the source code.
libshevek Fri May 11 2012 shevek::server< client, serverdata >::connection(3)