mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 14:52:06 +01:00
Improved methods comments.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2781 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
5a7c902ef3
commit
5b1eea6833
1 changed files with 6 additions and 2 deletions
|
@ -60,7 +60,9 @@ public interface SmackDebugger {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a new special Reader that wraps the new connection Reader. The connection
|
* Returns a new special Reader that wraps the new connection Reader. The connection
|
||||||
* has been secured so he now have a new reader and writer.
|
* has been secured so the connection is using a new reader and writer. The debugger
|
||||||
|
* needs to wrap the new reader and writer to keep being notified of the connection
|
||||||
|
* traffic.
|
||||||
*
|
*
|
||||||
* @return a new special Reader that wraps the new connection Reader.
|
* @return a new special Reader that wraps the new connection Reader.
|
||||||
*/
|
*/
|
||||||
|
@ -68,7 +70,9 @@ public interface SmackDebugger {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a new special Writer that wraps the new connection Writer. The connection
|
* Returns a new special Writer that wraps the new connection Writer. The connection
|
||||||
* has been secured so he now have a new reader and writer.
|
* has been secured so the connection is using a new reader and writer. The debugger
|
||||||
|
* needs to wrap the new reader and writer to keep being notified of the connection
|
||||||
|
* traffic.
|
||||||
*
|
*
|
||||||
* @return a new special Writer that wraps the new connection Writer.
|
* @return a new special Writer that wraps the new connection Writer.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue