Class PortDescriptor

java.lang.Object
io.dropwizard.lifecycle.PortDescriptor

public final class PortDescriptor extends Object
Since:
2.0
  • Constructor Details

    • PortDescriptor

      public PortDescriptor()
    • PortDescriptor

      public PortDescriptor(String protocol, int port, String connectorType, String host)
  • Method Details

    • getProtocol

      public String getProtocol()
    • getPort

      public int getPort()
    • getConnectorType

      public String getConnectorType()
    • getHost

      public String getHost()
    • toString

      public String toString()
      Overrides:
      toString in class Object