public interface ManagedBinding extends Closeable
SocketBindingManager
.Modifier and Type | Interface and Description |
---|---|
static class |
ManagedBinding.Factory |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close and unregister this binding.
|
InetSocketAddress |
getBindAddress()
Get the bind address.
|
String |
getSocketBindingName()
Get the optional socket binding configuration name.
|
String getSocketBindingName()
null
if not availableInetSocketAddress getBindAddress()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
- if an I/O error occursCopyright © 2023 JBoss by Red Hat. All rights reserved.