메소드 |
설명 |
|
beforeSendPerformed ( Swift_Events_SendEvent $evt ) |
Not used. |
|
bind ( Swift_InputByteStream $is ) |
Attach $is to this stream. |
|
commandSent ( Swift_Events_CommandEvent $evt ) |
Invoked immediately following a command being sent. |
|
commit ( ) |
Not used. |
|
flushBuffers ( ) |
Not used. |
|
getBytesIn ( ) : integer |
Get the total number of bytes received from the server. |
|
getBytesOut ( ) : integer |
Get the total number of bytes sent to the server. |
|
reset ( ) |
Reset the internal counters to zero. |
|
responseReceived ( Swift_Events_ResponseEvent $evt ) |
Invoked immediately following a response coming back. |
|
sendPerformed ( Swift_Events_SendEvent $evt ) |
Invoked immediately after the Message is sent. |
|
unbind ( Swift_InputByteStream $is ) |
Remove an already bound stream. |
|
write ( string $bytes ) |
Called when a message is sent so that the outgoing counter can be increased. |
|