| Package | Description |
|---|---|
| org.jitsi.service.packetlogging |
| Modifier and Type | Method and Description |
|---|---|
static PacketLoggingService.ProtocolName |
PacketLoggingService.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PacketLoggingService.isLoggingEnabled(PacketLoggingService.ProtocolName protocol)
Determines whether packet logging for a specific protocol is enabled for
this service.
|
void |
PacketLoggingService.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.
|
void |
PacketLoggingService.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.
|
Copyright © 2021 jitsi.org. All rights reserved.