MCPcopy Create free account
hub / github.com/beanshell/beanshell / main

Method main

src/bsh/util/Httpd.java:48–51  ·  view source on GitHub ↗
(String argv[])

Source from the content-addressed store, hash-verified

46 ServerSocket ss;
47
48 public static void main(String argv[]) throws IOException
49 {
50 new Httpd(Integer.parseInt(argv[0])).start();
51 }
52
53 public Httpd(int port) throws IOException
54 {

Callers

nothing calls this directly

Calls 1

parseIntMethod · 0.80

Tested by

no test coverage detected