- class QOAuthHttpServerReplyHandler#
-
概述#
方法#
def
__init__()
def
callbackPath()
def
callbackText()
def
close()
def
isListening()
def
listen()
def
port()
注意
此文档可能包含从C++自动转换为Python的代码片段。我们始终欢迎对代码片段的翻译做出贡献。如果您发现翻译存在问题,也可以通过在https://bugreports.qt.io/projects/PYSIDE创建工单的方式来告知我们
详细描述#
- __init__(address, port[, parent=None])
- 参数:
address –
QHostAddress
port – int
parent –
QObject
- __init__(port[, parent=None])
- 参数:
port – int
parent –
QObject
- callbackPath()#
- 返回类型:
str
- callbackText()#
- 返回类型:
str
- close()#
- isListening()#
- 返回类型:
bool
- listen([address=QHostAddress.Any[, port=0]])#
- 参数:
address –
QHostAddress
port – int
- 返回类型:
bool
- port()#
- 返回类型:
int
- setCallbackPath(path)#
- 参数:
path – str
- setCallbackText(text)#
- 参数:
text – str