-
- All Superinterfaces:
IpInterface
- All Known Implementing Classes:
BootKernel,HttpEndpoint,IpEndpoint,MqttEndpoint
public interface IpStation extends IpInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IpServiceRefbindTcp(InetSocketAddress localAddress, IpService service, IpSettings ipSettings)default IpServiceRefbindTls(InetSocketAddress localAddress, IpService service, IpSettings ipSettings)default IpSocketRefconnectTcp(InetSocketAddress remoteAddress, IpSocket socket, IpSettings ipSettings)default IpSocketRefconnectTls(InetSocketAddress remoteAddress, IpSocket socket, IpSettings ipSettings)Stationstation()-
Methods inherited from interface swim.io.IpInterface
bindTcp, bindTcp, bindTcp, bindTls, bindTls, bindTls, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, ipSettings
-
-
-
-
Method Detail
-
station
Station station()
-
bindTcp
default IpServiceRef bindTcp(InetSocketAddress localAddress, IpService service, IpSettings ipSettings)
- Specified by:
bindTcpin interfaceIpInterface
-
bindTls
default IpServiceRef bindTls(InetSocketAddress localAddress, IpService service, IpSettings ipSettings)
- Specified by:
bindTlsin interfaceIpInterface
-
connectTcp
default IpSocketRef connectTcp(InetSocketAddress remoteAddress, IpSocket socket, IpSettings ipSettings)
- Specified by:
connectTcpin interfaceIpInterface
-
connectTls
default IpSocketRef connectTls(InetSocketAddress remoteAddress, IpSocket socket, IpSettings ipSettings)
- Specified by:
connectTlsin interfaceIpInterface
-
-