Uses of Interface
org.sapia.ubik.mcast.SocketTimeoutListener

Packages that use SocketTimeoutListener
org.sapia.ubik.mcast   
 

Uses of SocketTimeoutListener in org.sapia.ubik.mcast
 

Classes in org.sapia.ubik.mcast that implement SocketTimeoutListener
static class EventChannel.ChannelEventListener
           
 

Methods in org.sapia.ubik.mcast with parameters of type SocketTimeoutListener
 void UnicastDispatcher.setSoTimeoutListener(SocketTimeoutListener listener)
          Allows implementations to notify the passed in listener when a socket timeout occurs - this applies if the underlying implementation uses a server restricted to blocking IO.
 void UDPUnicastDispatcher.setSoTimeoutListener(SocketTimeoutListener listener)
          Allows to set a listener that will be notified when the internal UDP socket used by this instance reaches a timeout.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.