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
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.