org.mpisws.p2p.transport.priority
Interface PriorityTransportLayerListener<Identifier>

All Superinterfaces:
TransportLayerListener<Identifier>

public interface PriorityTransportLayerListener<Identifier>
extends TransportLayerListener<Identifier>


Method Summary
 void dropped(int bytes, Identifier i, Map<String,Object> options, boolean passthrough, boolean socket)
           
 void enqueued(int bytes, Identifier i, Map<String,Object> options, boolean passthrough, boolean socket)
           
 
Methods inherited from interface org.mpisws.p2p.transport.TransportLayerListener
read, wrote
 

Method Detail

enqueued

void enqueued(int bytes,
              Identifier i,
              Map<String,Object> options,
              boolean passthrough,
              boolean socket)

dropped

void dropped(int bytes,
             Identifier i,
             Map<String,Object> options,
             boolean passthrough,
             boolean socket)


Copyright © 2010. All Rights Reserved.