MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getFd

Method getFd

java/com/tigervnc/network/Socket.java:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 public FdInStream inStream() {return instream;}
41 public FdOutStream outStream() {return outstream;}
42 public FileDescriptor getFd() {return outstream.getFd();}
43
44 // if shutdown() is overridden then the override MUST call on to here
45 public void shutdown() {isShutdown_ = true;}

Callers 13

closeMethod · 0.95
finalizeMethod · 0.45
shutdownMethod · 0.45
getMyPortMethod · 0.45
finalizeMethod · 0.45
getPeerAddressMethod · 0.45
getPeerNameMethod · 0.45
getPeerPortMethod · 0.45
sameMachineMethod · 0.45
shutdownMethod · 0.45
closeMethod · 0.45
isConnectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected