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

Method Summary
 java.net.Socket createLayeredServerSocket(java.net.Socket socket)
           
 java.net.ServerSocket createServerSocket(int port, int backlog, 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()

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.