-
- All Known Subinterfaces:
IpServiceContext
public interface IpServiceRefExternal handle to a networkIpServicelistener.
-
-
Method Summary
Modifier and Type Method Description InetSocketAddresslocalAddress()Returns the IP address and port to which the underlying network listener is bound.voidunbind()Unbinds the underlying network listener.
-
-
-
Method Detail
-
localAddress
InetSocketAddress localAddress()
Returns the IP address and port to which the underlying network listener is bound. Returnsnullif the underlying network listener is not currently bound.
-
unbind
void unbind()
Unbinds the underlying network listener.
-
-