asynchronous ~master (2018-06-27T00:00:59Z)
Dub
Repo
AbstractBaseTransport
asynchronous
transports
Undocumented in source.
package abstract
class
AbstractBaseTransport :
BaseTransport
{
string
getExtraInfoPeername
();
Socket
getExtraInfoSocket
();
string
getExtraInfoSockname
();
}
Members
Functions
getExtraInfoPeername
string
getExtraInfoPeername
()
Undocumented in source. Be warned that the author may not have intended to support it.
getExtraInfoSocket
Socket
getExtraInfoSocket
()
Undocumented in source. Be warned that the author may not have intended to support it.
getExtraInfoSockname
string
getExtraInfoSockname
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From BaseTransport
getExtraInfo
auto
getExtraInfo
()
Get optional transport information.
getExtraInfoPeername
string
getExtraInfoPeername
()
Undocumented in source.
getExtraInfoSocket
Socket
getExtraInfoSocket
()
Undocumented in source.
getExtraInfoSockname
string
getExtraInfoSockname
()
Undocumented in source.
close
void
close
()
Close the transport.
Meta
Source
See Implementation
asynchronous
transports
aliases
BufferLimits
SubprocessStatus
classes
AbstractBaseTransport
interfaces
BaseTransport
DatagramTransport
ReadTransport
SubprocessTransport
Transport
WriteTransport