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

Method createSocket

java/com/jcraft/jsch/SocketFactory.java:36–36  ·  view source on GitHub ↗
(String host, int port)

Source from the content-addressed store, hash-verified

34
35public interface SocketFactory{
36 public Socket createSocket(String host, int port)throws IOException,
37 UnknownHostException;
38 public InputStream getInputStream(Socket socket)throws IOException;
39 public OutputStream getOutputStream(Socket socket)throws IOException;

Callers 5

connectMethod · 0.65
connectMethod · 0.65
connectMethod · 0.65
connectMethod · 0.65
runMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected