Uses of Class
org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
-
Packages that use PacketLoggingService.ProtocolName Package Description org.jitsi.service.packetlogging -
-
Uses of PacketLoggingService.ProtocolName in org.jitsi.service.packetlogging
Methods in org.jitsi.service.packetlogging that return PacketLoggingService.ProtocolName Modifier and Type Method Description static PacketLoggingService.ProtocolNamePacketLoggingService.ProtocolName. valueOf(String name)Returns the enum constant of this type with the specified name.static PacketLoggingService.ProtocolName[]PacketLoggingService.ProtocolName. 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.ProtocolName Modifier and Type Method Description booleanPacketLoggingService. isLoggingEnabled(PacketLoggingService.ProtocolName protocol)Determines whether packet logging for a specific protocol is enabled for this service.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.
-