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

Method close

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

Source from the content-addressed store, hash-verified

44 // if shutdown() is overridden then the override MUST call on to here
45 public void shutdown() {isShutdown_ = true;}
46 public void close() throws IOException {getFd().close();}
47 public final boolean isShutdown() {return isShutdown_;}
48
49 // information about this end of the socket

Callers 1

isTunnelReadyMethod · 0.95

Calls 2

getFdMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected