Interface ListenerBoundEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
ListenerBoundEventImpl
public interface ListenerBoundEvent extends Event
This event is fired by the proxy after a listener starts 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()
-
-