Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for dispatcher (0.004 sec.)
- 18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 12520
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
う場合は一つ以上のネットワーク チャネル を asyncore.dispatcher クラス、または asynchat.async_chat のインスタンスと...
ローバルなマップが使用されます。チャネル ( asyncore.dispatcher , asynchat.async_chat とそのサブクラス) は自由に混...
ぜて map に入れることができます。 class asyncore. dispatcher ¶ dispatcher クラスは、低レベルソケットオブジェクト...
能にする ( SO_REUSEADDR オプションを設定する) には、 dispatcher オブジェクトの set_reuse_addr() メソッドを呼び出し...
- https://man.plustar.jp/python/library/asyncore.html - [similar]
- 18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 9817
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
yncore は同じ非同期ループを使用しており、 asyncore.dispatcher も asynchat.async_chat も同じチャネルマップに登録す...
る事ができます。通常、 asyncore.dispatcher はサーバチャネルとして使用し、リクエストの受け付け...
ass asynchat. async_chat ¶ このクラスは、 asyncore.dispatcher から継承した抽象クラスです。使用する際には async_c...
terminator() を定義しなければなりません。 asyncore.dispatcher のメソッドを使用する事もできますが、メッセージ/レス...
- https://man.plustar.jp/python/library/asynchat.html - [similar]
- 21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7997
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
タプルである必要があります。 このクラスは asyncore.dispatcher を継承しており、インスタンス化時に自身を asyncore...
- https://man.plustar.jp/python/library/smtpd.html - [similar]
- What's New In Python 3.2 — Python 3.6.5 ドキュメント 7776
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
Giampaolo Rodolà; bpo-8807 .) asyncore ¶ asyncore.dispatcher に handle_accepted() が追加されています。これは新し...
- https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 7776
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
it__(self, conn, map=map) 、SMTPServer は asyncore.dispatcher.__init__(self, map=map) です。グローバルなソケット...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV
1
NEXT