com.antiaction.mayhem.core
Class BindDatagramSocketFactory

java.lang.Object
  extended by com.antiaction.mayhem.core.BindDatagramSocketFactory
All Implemented Interfaces:
IBindDatagramSocketFactory

public class BindDatagramSocketFactory
extends java.lang.Object
implements IBindDatagramSocketFactory

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

Constructor Summary
BindDatagramSocketFactory()
           
 
Method Summary
 java.net.DatagramSocket createServerDatagramSocket(int port, java.net.InetAddress bindAddr)
           
 java.lang.String getTransport()
           
 boolean init(java.util.HashMap props)
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindDatagramSocketFactory

public BindDatagramSocketFactory()
Method Detail

init

public boolean init(java.util.HashMap props)
Specified by:
init in interface IBindDatagramSocketFactory

getTransport

public java.lang.String getTransport()
Specified by:
getTransport in interface IBindDatagramSocketFactory

isSecure

public boolean isSecure()
Specified by:
isSecure in interface IBindDatagramSocketFactory

createServerDatagramSocket

public java.net.DatagramSocket createServerDatagramSocket(int port,
                                                          java.net.InetAddress bindAddr)
                                                   throws java.io.IOException
Specified by:
createServerDatagramSocket in interface IBindDatagramSocketFactory
Throws:
java.io.IOException


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