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.Undertow boot​(java.lang.String host, int port)  
    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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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