Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ socket
Method
socket
java/com/tigervnc/network/SocketDescriptor.java:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
public
java.net.Socket socket() {
127
return
channel.socket();
128
}
129
130
public
SocketAddress getRemoteAddress() throws IOException {
131
if
(isConnected())
Callers
12
TcpSocket
Method · 0.95
shutdown
Method · 0.80
getRemoteAddress
Method · 0.80
getLocalAddress
Method · 0.80
TcpListener
Method · 0.80
accept
Method · 0.80
getMyPort
Method · 0.80
getPeerAddress
Method · 0.80
getPeerName
Method · 0.80
getPeerPort
Method · 0.80
enableNagles
Method · 0.80
getSockPort
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected