All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play.api.http.Port.scala Maven / Gradle / Ivy

/*
 * Copyright (C) 2009-2016 Lightbend Inc. 
 */
package play.api.http

/**
 * A port.  This class is defined so that ports can be passed around implicitly.
 */
class Port(val value: Int) extends AnyVal {
  override def toString = value.toString
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy