public interface ListenerEndpoint extends ModalCloseable
Modifier and Type | Method and Description |
---|---|
SocketAddress |
getAddress()
Returns the socket address of this endpoint.
|
boolean |
isClosed()
Determines if this endpoint has been closed and is no longer listens
for incoming connections.
|
close
SocketAddress getAddress()
boolean isClosed()
true
if the endpoint has been closed,
false
otherwise.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.