Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module tcp |
|
Various asynchronous TCP/IP classes.
End users shouldn't use this module directly - use the reactor APIs instead.
Maintainer: Itamar Shtull-TrauringClasses | |
---|---|
BaseClient |
A base class for client TCP (and similiar) sockets. |
Client |
A TCP client. |
Connection |
I am the superclass of all socket-based FileDescriptors. |
Connector |
|
Port |
I am a TCP server port, listening for connections. |
Server |
Serverside socket-stream connection class. |
_TLSMixin |
Variable Summary | |
---|---|
int |
EALREADY
|
int |
ECONNRESET
|
int |
EINPROGRESS
|
int |
EINVAL
|
int |
EISCONN
|
int |
ENOTCONN
|
int |
EPERM
|
int |
EWOULDBLOCK
|
Platform |
platform
|
str |
platformType
|
Variable Details |
---|
EALREADY
|
ECONNRESET
|
EINPROGRESS
|
EINVAL
|
EISCONN
|
ENOTCONN
|
EPERM
|
EWOULDBLOCK
|
platform
|
platformType
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:14 2003 | http://epydoc.sf.net |