Uses of Class
org.jitsi.service.packetlogging.PacketLoggingService.TransportName
-
Packages that use PacketLoggingService.TransportName Package Description org.jitsi.service.packetlogging -
-
Uses of PacketLoggingService.TransportName in org.jitsi.service.packetlogging
Methods in org.jitsi.service.packetlogging that return PacketLoggingService.TransportName Modifier and Type Method Description static PacketLoggingService.TransportNamePacketLoggingService.TransportName. valueOf(String name)Returns the enum constant of this type with the specified name.static PacketLoggingService.TransportName[]PacketLoggingService.TransportName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jitsi.service.packetlogging with parameters of type PacketLoggingService.TransportName Modifier and Type Method Description voidPacketLoggingService. logPacket(PacketLoggingService.ProtocolName protocol, byte[] sourceAddress, int sourcePort, byte[] destinationAddress, int destinationPort, PacketLoggingService.TransportName transport, boolean sender, byte[] packetContent)Log a packet with all the required information.voidPacketLoggingService. logPacket(PacketLoggingService.ProtocolName protocol, byte[] sourceAddress, int sourcePort, byte[] destinationAddress, int destinationPort, PacketLoggingService.TransportName transport, boolean sender, byte[] packetContent, int packetOffset, int packetLength)Log a packet with all the required information.
-