public interface IPacketProvider
Modifier and Type | Method and Description |
---|---|
VoiceChannel |
getConnectedChannel() |
java.lang.String |
getIdentifier() |
java.net.DatagramPacket |
getNextPacket(boolean changeTalking) |
java.net.DatagramSocket |
getUdpSocket() |
void |
onConnectionError(ConnectionStatus status) |
void |
onConnectionLost() |
java.lang.String getIdentifier()
VoiceChannel getConnectedChannel()
java.net.DatagramSocket getUdpSocket()
java.net.DatagramPacket getNextPacket(boolean changeTalking)
void onConnectionError(ConnectionStatus status)
void onConnectionLost()