toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
SocketOptions
Socket
Options
class
SocketOptions
(
var
noDelay
:
Boolean
,
var
receiveBufferSize
:
Int
,
var
sendBufferSize
:
Int
,
var
timeout
:
Int
=
3000
,
var
tls
:
Boolean
=
false
,
var
keepalive
:
Boolean
=
false
)
Members
Constructors
Socket
Options
Link copied to clipboard
constructor
(
noDelay
:
Boolean
,
receiveBufferSize
:
Int
,
sendBufferSize
:
Int
,
timeout
:
Int
=
3000
,
tls
:
Boolean
=
false
,
keepalive
:
Boolean
=
false
)
Properties
keepalive
Link copied to clipboard
var
keepalive
:
Boolean
no
Delay
Link copied to clipboard
var
noDelay
:
Boolean
receive
Buffer
Size
Link copied to clipboard
var
receiveBufferSize
:
Int
send
Buffer
Size
Link copied to clipboard
var
sendBufferSize
:
Int
timeout
Link copied to clipboard
var
timeout
:
Int
tls
Link copied to clipboard
var
tls
:
Boolean