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

Method outStream

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

Source from the content-addressed store, hash-verified

39
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

Callers 15

blockHandlerMethod · 0.80
prepareMethod · 0.80
mainFunction · 0.80
checkTimeoutsMethod · 0.80
processEventMethod · 0.80
CConnMethod · 0.80
clientRedirectMethod · 0.80
addSocketMethod · 0.80
VNCSConnectionSTMethod · 0.80
flushSocketMethod · 0.80
writeRTTPingMethod · 0.80
isCongestedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected