@FunctionalInterface
public interface ConnectionRequestListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptInbound(ConnState state,
AX25Callsign originator,
Connector port)
Decide whether to accept the specified inbound AX.25 connected-mode session request.
|
boolean acceptInbound(ConnState state, AX25Callsign originator, Connector port)
ConnectionEstablishmentListener on the
ConnState to be informed when the connection is fully established if the called code chooses to
accept the connection request.state - ConnState object describing the session being builtoriginator - AX25Callsign of the originating stationport - Connector through which the request was receivedConnState.listener