public interface UndertowListener
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the listener name
|
String |
getProtocol()
Returns the transport protocol.
|
Server |
getServer()
Returns the server this listener is registered with.
|
org.jboss.as.network.SocketBinding |
getSocketBinding()
Returns the listeners socket binding.
|
boolean |
isSecure()
Returns true if the listener is secure.
|
boolean |
isShutdown()
Returns true if the listener has shut down.
|
org.jboss.as.network.SocketBinding getSocketBinding()
boolean isSecure()
true if the listener is considered securityString getProtocol()
String getName()
Server getServer()
boolean isShutdown()
true if the listener has been shutdownCopyright © 2020 JBoss by Red Hat. All rights reserved.