Class ListeningAddress

java.lang.Object
io.quarkus.test.common.ListeningAddress

public class ListeningAddress extends Object
  • Constructor Details

    • ListeningAddress

      public ListeningAddress(Integer port, String protocol)
  • Method Details

    • getPort

      public Integer getPort()
    • getProtocol

      public String getProtocol()
    • isSsl

      public boolean isSsl()