Modifier and Type | Field and Description |
---|---|
protected static String |
FILE_PREFIX |
protected static String |
FILE_SUFFIX |
static String |
TRACE_DIRECTORY_PROPERTY |
TRACE_PROPERTY
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes allocated resources by trace implementation.
|
protected String |
format(String prefix,
String s) |
protected void |
print(String s) |
void |
received(String s)
Writes data that has been received from the network to the trace.
|
void |
sent(String s)
Writes data that has been sent to the network to the trace.
|
public static final String TRACE_DIRECTORY_PROPERTY
protected static final String FILE_PREFIX
protected static final String FILE_SUFFIX
public FileTrace(Socket socket) throws IOException
IOException
public void received(String s)
Trace
public void sent(String s)
Trace
protected void print(String s) throws IOException
IOException
Copyright © 2004–2017. All rights reserved.