|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Trace
Interface for tracing network traffic.
Field Summary | |
---|---|
static java.lang.String |
TRACE_PROPERTY
Name of the system property to enable tracing. |
Method Summary | |
---|---|
void |
received(java.lang.String s)
Writes data that has been received from the network to the trace. |
void |
sent(java.lang.String s)
Writes data that has been sent to the network to the trace. |
Field Detail |
---|
static final java.lang.String TRACE_PROPERTY
To enable tracing add -Dorg.asteriskjava.trace=true
to the vm parameters when running Asterisk-Java.
Method Detail |
---|
void received(java.lang.String s)
s
- the String that has been received.void sent(java.lang.String s)
s
- the String that has been sent.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |