com.antiaction.mayhem.core
Interface IBindSocketFactory
- All Known Implementing Classes:
- BindJSSESocketFactory, BindSocketFactory
public interface IBindSocketFactory
Generic Interface/Bind Socket Factory.
- Version:
- 1.00
- Author:
- Nicholas Clarke
init
boolean init(java.util.HashMap props)
getTransport
java.lang.String getTransport()
isSecure
boolean isSecure()
createServerSocket
java.net.ServerSocket createServerSocket(int port,
int backlog,
java.net.InetAddress bindAddr)
throws java.io.IOException
- Throws:
java.io.IOException
createLayeredServerSocket
java.net.Socket createLayeredServerSocket(java.net.Socket socket)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.