|
enum class | ConnState : int { Closed = 0
, Connecting = 1
, Connected = 2
} |
|
enum class | Option : int {
Dontfragment = 0
, Rcvbuf = 1
, Sndbuf = 2
, Nodelay = 3
,
Ipv6V6only = 4
, Dscp = 5
, RtpSendtimeExtnId = 6
, SendEcn = 7
,
RecvEcn = 8
, Keepalive = 9
, TcpKeepcnt = 10
, TcpKeepidle = 11
,
TcpKeepintvl = 12
, TcpUserTimeout = 13
, Broadcast = 14
, Ipv6JoinGroup = 15
,
Ipv6MulticastLoop = 16
, Ipv6MulticastIf = 17
} |
|
|
OpenSSLAesAdapter & | operator= (OpenSSLAesAdapter const &) |
|
| OpenSSLAesAdapter (OpenSSLAesAdapter const &) |
|
virtual ::NetherNet::ErrorOr< void, ::std::error_code > | SetKey (uint64 id) |
|
virtual int | Send (void const *pv, uint64 cb) |
|
virtual int | SendTo (void const *pv, uint64 cb, ::rtc::SocketAddress const &addr) |
|
virtual int | Recv (void *pv, uint64 cb, int64 *timestamp) |
|
virtual int | RecvFrom (void *pv, uint64 cb, ::rtc::SocketAddress *paddr, int64 *timestamp) |
|
MCAPI ::NetherNet::ErrorOr< void, ::std::error_code > | $SetKey (uint64 id) |
|
MCAPI int | $Send (void const *pv, uint64 cb) |
|
MCAPI int | $SendTo (void const *pv, uint64 cb, ::rtc::SocketAddress const &addr) |
|
MCAPI int | $Recv (void *pv, uint64 cb, int64 *timestamp) |
|
MCAPI int | $RecvFrom (void *pv, uint64 cb, ::rtc::SocketAddress *paddr, int64 *timestamp) |
|
virtual::rtc::SocketAddress | GetLocalAddress () const |
|
virtual::rtc::SocketAddress | GetRemoteAddress () const |
|
virtual int | Bind (::rtc::SocketAddress const &) |
|
virtual int | Connect (::rtc::SocketAddress const &) |
|
virtual int | RecvFrom (::rtc::Socket::ReceiveBuffer &) |
|
virtual int | Listen (int) |
|
virtual::rtc::Socket * | Accept (::rtc::SocketAddress *) |
|
virtual int | Close () |
|
virtual int | GetError () const |
|
virtual void | SetError (int) |
|
virtual::rtc::Socket::ConnState | GetState () const |
|
virtual int | GetOption (::rtc::Socket::Option, int *) |
|
virtual int | SetOption (::rtc::Socket::Option, int) |
|
virtual void | OnConnectEvent (::rtc::Socket *) |
|
virtual void | OnReadEvent (::rtc::Socket *) |
|
virtual void | OnWriteEvent (::rtc::Socket *) |
|
virtual void | OnCloseEvent (::rtc::Socket *, int) |
|
MCAPI void * | $ctor (::rtc::Socket *) |
|
MCAPI void | $dtor () |
|