MCPcopy 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

TcpSocketMethod · 0.95
shutdownMethod · 0.80
getRemoteAddressMethod · 0.80
getLocalAddressMethod · 0.80
TcpListenerMethod · 0.80
acceptMethod · 0.80
getMyPortMethod · 0.80
getPeerAddressMethod · 0.80
getPeerNameMethod · 0.80
getPeerPortMethod · 0.80
enableNaglesMethod · 0.80
getSockPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected