Package 

Interface DatagramSocketFactory

  • All Implemented Interfaces:

    
    public interface DatagramSocketFactory
    
                        

    Classes implementing this interface follow the factory pattern, generating DatagramSocket objects for use by other classes in the stack. By extending this interface and using the method DelegatingDatagramSocket#setDefaultDelegateFactory() it is possible for the application developer to ensure their own variety of DatagramSocket is used by the ice4j stack and passed back to their application when the ICE protocol is completed.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract DatagramSocket createUnboundDatagramSocket() Creates an unbound DatagramSocket: - i.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait