Interface ListenerClosedEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
ListenerClosedEventImpl
public interface ListenerClosedEvent extends Event
This event is fired by the proxy before the proxy stops accepting connections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketAddressaddress()ListenerTypetype()
-
-
-
Method Detail
-
address
SocketAddress address()
-
type
ListenerType type()
-
-