![JAR search and dependency download from the Maven repository](/logo.png)
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