
com.mle.android.http.IEndpoint.scala Maven / Gradle / Ivy
The newest version!
package com.mle.android.http
/**
*
* @author mle
*/
trait IEndpoint {
def name: String
def host: String
def port: Int
def username: String
def password: String
def protocol: Protocols.Protocol
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy