HttpTransportConfiguration

Constructors

Link copied to clipboard
constructor(serializationMode: SerializationMode, services: List<HttpTransportConfiguration.ServiceConfiguration>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
class ParameterConfiguration(val name: String, val transportMode: TransportMode)
Link copied to clipboard

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getFullPath(serviceName: String, operationName: String): String
Link copied to clipboard
open override fun getMethod(serviceName: String, operationName: String): HttpMethod
Link copied to clipboard
open override fun getPath(serviceName: String, operationName: String): String
Link copied to clipboard
open override fun getServicePath(serviceName: String): String
Link copied to clipboard
open override fun getTransportMode(serviceName: String, operationName: String, parameterName: String): TransportMode