Movatterモバイル変換


[0]ホーム

URL:


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:7.2.1 Socket ObjectsUp:7.2 socketNext:7.2.3 Example

 
7.2.2 SSL Objects

SSL objects have the following methods.

write(s)
Writes the strings to the on the object's SSL connection.The return value is the number of bytes written.

read([n])
Ifn is provided, readn bytes from the SSL connection, otherwiseread until EOF. The return value is a string of the bytes read.


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:7.2.1 Socket ObjectsUp:7.2 socketNext:7.2.3 Example
Release 2.2.3, documentation updated on 30 May 2003.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2026 Movatter.jp