Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ accept
Method
accept
core/src/main/java/io/questdb/network/Net.java:84–86 ·
view source on GitHub ↗
(long serverFd)
Source
from the content-addressed store, hash-verified
82
}
83
84
public
static
long accept(long serverFd) {
85
return
Files.createUniqueFd(accept0(toOsFd(serverFd)));
86
}
87
88
public
static
void
appendIP4(CharSink<?> sink, long ip) {
89
sink.put((ip >> 24) & 0xff).putAscii(
'.'
)
Callers
5
testSeek
Method · 0.95
testSendAndRecvBuffer
Method · 0.95
testSocketShutdown
Method · 0.95
bindAcceptConnectClose
Method · 0.95
accept
Method · 0.95
Calls
3
createUniqueFd
Method · 0.95
accept0
Method · 0.95
toOsFd
Method · 0.45
Tested by
4
testSeek
Method · 0.76
testSendAndRecvBuffer
Method · 0.76
testSocketShutdown
Method · 0.76
bindAcceptConnectClose
Method · 0.76