| Package | Description |
|---|---|
| org.jitsi.service.packetlogging |
| Modifier and Type | Method and Description |
|---|---|
static PacketLoggingService.TransportName |
PacketLoggingService.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.