Class GuicedUndertow
java.lang.Object
com.guicedee.guicedservlets.undertow.GuicedUndertow
public class GuicedUndertow
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GuicedUndertow() -
Method Summary
Modifier and Type Method Description static io.undertow.Undertowboot(java.lang.String host, int port)static io.undertow.Undertowboot(java.lang.String host, int port, boolean ssl, java.lang.String serverKeystore, java.lang.String serverTruststore, java.lang.String sslKey, char[] sslPassword, java.lang.Class referenceClass, boolean http2)
-
Constructor Details
-
GuicedUndertow
public GuicedUndertow()
-
-
Method Details
-
boot
public static io.undertow.Undertow boot(java.lang.String host, int port, boolean ssl, java.lang.String serverKeystore, java.lang.String serverTruststore, java.lang.String sslKey, char[] sslPassword, java.lang.Class referenceClass, boolean http2) throws java.lang.Exception- Throws:
java.lang.Exception
-
boot
public static io.undertow.Undertow boot(java.lang.String host, int port) throws java.lang.Exception- Throws:
java.lang.Exception
-