Interface HttpFileServer
-
- All Known Implementing Classes:
SimpleHttpFileServer
public interface HttpFileServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getContentRoot()
int
getPort()
String
getResourceUrl(String path)
void
stop()
-