-
- All Known Subinterfaces:
IpServiceContext
public interface IpServiceRef
External handle to a networkIpService
listener.
-
-
Method Summary
Modifier and Type Method Description InetSocketAddress
localAddress()
Returns the IP address and port to which the underlying network listener is bound.void
unbind()
Unbinds the underlying network listener.
-
-
-
Method Detail
-
localAddress
InetSocketAddress localAddress()
Returns the IP address and port to which the underlying network listener is bound. Returnsnull
if the underlying network listener is not currently bound.
-
unbind
void unbind()
Unbinds the underlying network listener.
-
-