com.neeve.client
Class ClientConnectionPoolEvents.CongestionEventData

java.lang.Object
  extended by com.neeve.client.ClientConnectionPoolEvents.CongestionEventData
Enclosing class:
ClientConnectionPoolEvents

public static class ClientConnectionPoolEvents.CongestionEventData
extends Object

Data object for the ClientConnectionPoolEvents.EVENT_CONGESTION event.


Field Summary
 int flow
          The flow that is congested.
 
Constructor Summary
ClientConnectionPoolEvents.CongestionEventData(int flow)
          Constructor.
 
Method Summary
 String toString()
          Get a string representation of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flow

public final int flow
The flow that is congested.

Constructor Detail

ClientConnectionPoolEvents.CongestionEventData

public ClientConnectionPoolEvents.CongestionEventData(int flow)
Constructor.

Method Detail

toString

public String toString()
Get a string representation of the object

Overrides:
toString in class Object


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.