NettyRequestAdapter
class NettyRequestAdapter(methodName: HttpMethod, req: HttpRequest, val certificateChain: List<X509Certificate>, channel: Channel, nettyHeaders: HttpHeaders) : HttpRequestPort
Constructors
Link copied to clipboard
constructor(methodName: HttpMethod, req: HttpRequest, certificateChain: List<X509Certificate>, channel: Channel, nettyHeaders: HttpHeaders)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun with(body: Any, headers: Headers, contentType: ContentType?, method: HttpMethod, protocol: HttpProtocol, host: String, port: Int, path: String, queryParameters: Parameters, parts: List<HttpPart>, formParameters: Parameters, cookies: List<Cookie>, accept: List<ContentType>, authorization: Authorization?, certificateChain: List<X509Certificate>, pathPattern: PathPattern?, pathParameters: Map<String, Any>): HttpRequestPort