- All Superinterfaces:
IpInterface
- All Known Implementing Classes:
BaseAuthenticator,HttpEndpoint,WebService
-
Method Summary
Modifier and TypeMethodDescriptiondefault IpServiceRefbindHttp(String address, int port, HttpService service) default IpServiceRefbindHttp(String address, int port, HttpService service, HttpSettings httpSettings) default IpServiceRefbindHttp(InetSocketAddress localAddress, HttpService service) default IpServiceRefbindHttp(InetSocketAddress localAddress, HttpService service, HttpSettings httpSettings) default IpServiceRefbindHttps(String address, int port, HttpService service) default IpServiceRefbindHttps(String address, int port, HttpService service, HttpSettings httpSettings) default IpServiceRefbindHttps(InetSocketAddress localAddress, HttpService service) default IpServiceRefbindHttps(InetSocketAddress localAddress, HttpService service, HttpSettings httpSettings) default IpSocketRefconnectHttp(String address, int port, HttpClient client) default IpSocketRefconnectHttp(String address, int port, HttpClient client, HttpSettings httpSettings) default IpSocketRefconnectHttp(InetSocketAddress remoteAddress, HttpClient client) default IpSocketRefconnectHttp(InetSocketAddress remoteAddress, HttpClient client, HttpSettings httpSettings) default IpSocketRefconnectHttps(String address, int port, HttpClient client) default IpSocketRefconnectHttps(String address, int port, HttpClient client, HttpSettings httpSettings) default IpSocketRefconnectHttps(InetSocketAddress remoteAddress, HttpClient client) default IpSocketRefconnectHttps(InetSocketAddress remoteAddress, HttpClient client, HttpSettings httpSettings) Methods inherited from interface swim.io.IpInterface
bindTcp, bindTcp, bindTcp, bindTcp, bindTls, bindTls, bindTls, bindTls, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, ipSettings
-
Method Details
-
httpSettings
HttpSettings httpSettings() -
bindHttp
default IpServiceRef bindHttp(InetSocketAddress localAddress, HttpService service, HttpSettings httpSettings) -
bindHttp
-
bindHttp
default IpServiceRef bindHttp(String address, int port, HttpService service, HttpSettings httpSettings) -
bindHttp
-
bindHttps
default IpServiceRef bindHttps(InetSocketAddress localAddress, HttpService service, HttpSettings httpSettings) -
bindHttps
-
bindHttps
default IpServiceRef bindHttps(String address, int port, HttpService service, HttpSettings httpSettings) -
bindHttps
-
connectHttp
default IpSocketRef connectHttp(InetSocketAddress remoteAddress, HttpClient client, HttpSettings httpSettings) -
connectHttp
-
connectHttp
default IpSocketRef connectHttp(String address, int port, HttpClient client, HttpSettings httpSettings) -
connectHttp
-
connectHttps
default IpSocketRef connectHttps(InetSocketAddress remoteAddress, HttpClient client, HttpSettings httpSettings) -
connectHttps
-
connectHttps
default IpSocketRef connectHttps(String address, int port, HttpClient client, HttpSettings httpSettings) -
connectHttps
-