|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.packetlogging.PacketLoggingConfiguration
public class PacketLoggingConfiguration
Stores the configuration used by Packet Logging Service.
| Field Summary | |
|---|---|
static String |
PACKET_LOGGING_ENABLED_PROPERTY_NAME
Configuration property for packet logging enabled/disabled. |
static String |
PACKET_LOGGING_FILE_COUNT_PROPERTY_NAME
Configuration property for packet logging file count. |
static String |
PACKET_LOGGING_FILE_SIZE_PROPERTY_NAME
Configuration property for packet logging file size. |
static String |
PACKET_LOGGING_ICE4J_ENABLED_PROPERTY_NAME
Configuration property for packet logging for ICE4J enabled/disabled. |
static String |
PACKET_LOGGING_JABBER_ENABLED_PROPERTY_NAME
Configuration property for packet logging for jabber protocol enabled/disabled. |
static String |
PACKET_LOGGING_RTP_ENABLED_PROPERTY_NAME
Configuration property for packet logging for RTP enabled/disabled. |
static String |
PACKET_LOGGING_SIP_ENABLED_PROPERTY_NAME
Configuration property for packet logging for sip protocol enabled/disabled. |
| Constructor Summary | |
|---|---|
PacketLoggingConfiguration()
|
|
| Method Summary | |
|---|---|
long |
getLimit()
The limit for the file size. |
int |
getLogfileCount()
The counter for number of files. |
boolean |
isGlobalLoggingEnabled()
Checks whether packet logging is enabled in the configuration. |
boolean |
isIce4JLoggingEnabled()
Checks whether packet logging is enabled in the configuration for Ice4J. |
boolean |
isJabberLoggingEnabled()
Checks whether packet logging is enabled in the configuration for jabber protocol. |
boolean |
isRTPLoggingEnabled()
Checks whether packet logging is enabled in the configuration for RTP. |
boolean |
isSipLoggingEnabled()
Checks whether packet logging is enabled in the configuration for sip protocol. |
void |
setGlobalLoggingEnabled(boolean enabled)
Change whether packet logging is enabled. |
void |
setIce4JLoggingEnabled(boolean enabled)
Change whether packet logging for Ice4J is enabled. |
void |
setJabberLoggingEnabled(boolean enabled)
Change whether packet logging for jabber protocol is enabled. |
void |
setLimit(long limit)
Changes the file size limit. |
void |
setLogfileCount(int logfileCount)
Changes file count. |
void |
setRTPLoggingEnabled(boolean enabled)
Change whether packet logging for RTP is enabled. |
void |
setSipLoggingEnabled(boolean enabled)
Change whether packet logging for sip protocol is enabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PACKET_LOGGING_ENABLED_PROPERTY_NAME
public static final String PACKET_LOGGING_SIP_ENABLED_PROPERTY_NAME
public static final String PACKET_LOGGING_JABBER_ENABLED_PROPERTY_NAME
public static final String PACKET_LOGGING_RTP_ENABLED_PROPERTY_NAME
public static final String PACKET_LOGGING_ICE4J_ENABLED_PROPERTY_NAME
public static final String PACKET_LOGGING_FILE_COUNT_PROPERTY_NAME
public static final String PACKET_LOGGING_FILE_SIZE_PROPERTY_NAME
| Constructor Detail |
|---|
public PacketLoggingConfiguration()
| Method Detail |
|---|
public boolean isGlobalLoggingEnabled()
public boolean isSipLoggingEnabled()
public boolean isJabberLoggingEnabled()
public boolean isRTPLoggingEnabled()
public boolean isIce4JLoggingEnabled()
public long getLimit()
public int getLogfileCount()
public void setGlobalLoggingEnabled(boolean enabled)
enabled - true if we enable it.public void setSipLoggingEnabled(boolean enabled)
enabled - true if we enable it.public void setJabberLoggingEnabled(boolean enabled)
enabled - true if we enable it.public void setRTPLoggingEnabled(boolean enabled)
enabled - true if we enable it.public void setIce4JLoggingEnabled(boolean enabled)
enabled - true if we enable it.public void setLimit(long limit)
limit - the new limit size.public void setLogfileCount(int logfileCount)
logfileCount - the new file count.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||