Class DiagnosticsWebServer
java.lang.Object
org.cyclops.integrateddynamics.core.network.diagnostics.http.DiagnosticsWebServer
An HTTP server that holds a single channel.
-
Constructor Details
-
DiagnosticsWebServer
public DiagnosticsWebServer(int port)
-
-
Method Details
-
getPort
public int getPort() -
getUrl
-
getChannel
public io.netty.channel.Channel getChannel() -
initialize
public void initialize() -
deinitialize
public void deinitialize()
-