com.sun.grizzly.filter
Interface BytesTrafficListener


public interface BytesTrafficListener

This could be used by Progressbars to show an indication that bytes go over the wire

Version:
1.0
Author:
John Vieten 30.06.2008

Method Summary
 void traffic()
          Approximate indication that bytes have been send or received Please b carefull not to do any timeconsuming operation in here since it be called on Grizzly Workerthread
 

Method Detail

traffic

void traffic()
Approximate indication that bytes have been send or received Please b carefull not to do any timeconsuming operation in here since it be called on Grizzly Workerthread



Copyright © 2012 Oracle Corporation. All Rights Reserved.