com.antiaction.mayhem.core
Interface IBindDatagramSocketFactory

All Known Implementing Classes:
BindDatagramSocketFactory

public interface IBindDatagramSocketFactory

Author:
Nicholas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.net.DatagramSocket createServerDatagramSocket(int port, java.net.InetAddress bindAddr)
           
 java.lang.String getTransport()
           
 boolean init(java.util.HashMap props)
           
 boolean isSecure()
           
 

Method Detail

init

boolean init(java.util.HashMap props)

getTransport

java.lang.String getTransport()

isSecure

boolean isSecure()

createServerDatagramSocket

java.net.DatagramSocket createServerDatagramSocket(int port,
                                                   java.net.InetAddress bindAddr)
                                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.