java Programming Glossary: indexfilename
Android webserver shows html pages as text http://stackoverflow.com/questions/18055743/android-webserver-shows-html-pages-as-text Thread private File documentRootDirectory private String indexFileName index.htm private ServerSocket server private int numThreads.. 50 public JHTTP File documentRootDirectory int port String indexFileName throws IOException if documentRootDirectory.isDirectory throw.. this.documentRootDirectory documentRootDirectory this.indexFileName indexFileName this.server new ServerSocket port public JHTTP..
|