[ Web Proxy ]
URL:
Viewing:
https://docs.python.org/2.2/lib/ssl-objects.html
[Back]
[Original]
7.2.2 SSL Objects
[Previous Page]
[Up One Level]
[Next Page]
Python Library Reference
[Contents]
[Module Index]
[Index]
Previous:
7.2.1 Socket Objects
Up:
7.2 socket
Next:
7.2.3 Example
7.2.2 SSL Objects
SSL objects have the following methods.
write
(s)
Writes the string s to the on the object's SSL connection. The return value is the number of bytes written.
read
([n])
If n is provided, read n bytes from the SSL connection, otherwise read until EOF. The return value is a string of the bytes read.
[Previous Page]
[Up One Level]
[Next Page]
Python Library Reference
[Contents]
[Module Index]
[Index]
Previous:
7.2.1 Socket Objects
Up:
7.2 socket
Next:
7.2.3 Example
Release 2.2.3, documentation updated on 30 May 2003.
See
About this document...
for information on suggesting changes.
Web Proxy Viewer |
New URL
|
Original Page