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 AutoCloseableclose in interface CloseableIOException - if an I/O error occursCopyright © 2014 JBoss by Red Hat. All rights reserved.