ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
SocketConnector
ae
net
http
client
Undocumented in source.
class
SocketConnector :
Connector
(
SocketType
) {
protected
SocketType
conn
;
this
();
IConnection
getConnection
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getConnection
IConnection
getConnection
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
conn
SocketType
conn
;
Undocumented in source.
Inherited Members
From Connector
getConnection
IConnection
getConnection
()
Undocumented in source.
connect
void
connect
(string host, ushort port)
Undocumented in source.
Meta
Source
See Implementation
ae
net
http
client
classes
Connector
HttpClient
HttpsClient
SocketConnector
TcpConnector
UnixConnector
functions
httpGet
httpPost
httpRequest