public interface TunnelSupport
Modifier and Type | Method and Description |
---|---|
default void |
onException(long sessionid,
int label,
TunnelException exception) |
void |
onTunnel(long sessionid,
int label,
Octets data) |
void onTunnel(long sessionid, int label, Octets data) throws java.lang.Exception
java.lang.Exception
default void onException(long sessionid, int label, TunnelException exception) throws java.lang.Exception
java.lang.Exception