Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ throwSocketException
Function
throwSocketException
classpath/java-nio.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void throwSocketException(JNIEnv* e, const char* s)
134
{
135
throwNew(e,
"java/net/SocketException"
, s);
136
}
137
138
void throwSocketException(JNIEnv* e, jbyteArray a)
139
{
Callers
1
setTcpNoDelay
Function · 0.85
Calls
4
free
Function · 0.85
errorString
Function · 0.85
throwNew
Function · 0.70
allocate
Function · 0.70
Tested by
no test coverage detected