public interface TransportStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterReceive(RadiusClientTransport transport,
RadiusPacket packet) |
void |
onAfterSend(RadiusClientTransport transport) |
void |
onBeforeReceive(RadiusClientTransport transport) |
void |
onBeforeSend(RadiusClientTransport transport,
RadiusPacket packet) |
void onBeforeReceive(RadiusClientTransport transport)
void onAfterReceive(RadiusClientTransport transport, RadiusPacket packet)
void onBeforeSend(RadiusClientTransport transport, RadiusPacket packet)
void onAfterSend(RadiusClientTransport transport)
Copyright © 2017. All rights reserved.