Package net.sourceforge.plantuml.picoweb
Class PicoWebServer
java.lang.Object
net.sourceforge.plantuml.picoweb.PicoWebServer
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRenderRequest
(RenderRequest renderRequest, BufferedOutputStream out) static void
void
run()
static void
serverLoop
(ServerSocket serverConnect) static void
startServer
(int port, String bindAddress, boolean argEnableStop)
-
Constructor Details
-
PicoWebServer
-
-
Method Details
-
main
- Throws:
IOException
-
startServer
public static void startServer(int port, String bindAddress, boolean argEnableStop) throws IOException - Throws:
IOException
-
serverLoop
- Throws:
IOException
-
run
public void run() -
handleRenderRequest
public void handleRenderRequest(RenderRequest renderRequest, BufferedOutputStream out) throws Exception - Throws:
Exception
-