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

com.twitter.inject.server.Ports.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.inject.server

trait Ports
  extends com.twitter.server.TwitterServer {

  def httpExternalPort: Option[Int] = None

  def httpsExternalPort: Option[Int] = None

  def thriftPort: Option[Int] = None
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy