korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.net.http
/
ProxiedHttpFactory
Proxied
Http
Factory
class
ProxiedHttpFactory
(
var
parent
:
HttpFactory
)
:
HttpFactory
Members
Members & Extensions
Constructors
Proxied
Http
Factory
Link copied to clipboard
constructor
(
parent
:
HttpFactory
)
Properties
parent
Link copied to clipboard
var
parent
:
HttpFactory
Functions
create
Client
Link copied to clipboard
open
override
fun
createClient
(
)
:
HttpClient
create
Client
Endpoint
Link copied to clipboard
fun
HttpFactory
.
createClientEndpoint
(
endpoint
:
String
)
:
HttpClientEndpoint
create
Server
Link copied to clipboard
open
override
fun
createServer
(
)
:
HttpServer