Package io.undertow
Class Undertow.ListenerInfo
- java.lang.Object
-
- io.undertow.Undertow.ListenerInfo
-
-
Constructor Summary
Constructors Constructor Description ListenerInfo(String protcol, SocketAddress address, SSLContext sslContext, OpenListener openListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketAddressgetAddress()ConnectorStatisticsgetConnectorStatistics()StringgetProtcol()SSLContextgetSslContext()StringtoString()
-
-
-
Constructor Detail
-
ListenerInfo
public ListenerInfo(String protcol, SocketAddress address, SSLContext sslContext, OpenListener openListener)
-
-
Method Detail
-
getProtcol
public String getProtcol()
-
getAddress
public SocketAddress getAddress()
-
getSslContext
public SSLContext getSslContext()
-
getConnectorStatistics
public ConnectorStatistics getConnectorStatistics()
-
-