geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
AbstractSocketChannel.setOption
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
Common case for setting integer and boolean options.
void
setOption
(SocketOptionLevel level, SocketOption option, void[] value)
void
setOption
(SocketOptionLevel level, SocketOption option, int32_t value)
class
AbstractSocketChannel
pragma(
inline
) final @
trusted
void
setOption
(
SocketOptionLevel
level
,
SocketOption
option
,
int32_t
value
)
void
setOption
(SocketOptionLevel level, SocketOption option, Linger value)
void
setOption
(SocketOptionLevel level, SocketOption option, Duration value)
Meta
Source
See Implementation
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
constructors
this
functions
Close
IsBusy
LocalAddress
OnWriteDone
RemoteAddress
Start
getOption
setOption
setRead
properties
socket
variables
_isWritting
_localAddress
_remoteAddress
_socket
readLen
Common case for setting integer and boolean options.