public static interface ConnectionLogger.StreamListener
CharSequence
s and
separators. It is a connection's responsibility to convert actual bytes transmitted into
characters and separators. Connection should try to make output human-readable.
All calls to the interface must be serialized (for example, but not necessarily, made from
a single thread).Modifier and Type | Method and Description |
---|---|
void |
addContent(java.lang.CharSequence text) |
void |
addSeparator() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.