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 TypeMethodDescriptionvoidhandleRenderRequest(RenderRequest renderRequest, BufferedOutputStream out) static voidvoidrun()static voidserverLoop(ServerSocket serverConnect) static voidstartServer(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
-