Open SiteSearch 4.1.1
Final

ORG.oclc.ber
Class SocketOpener

java.lang.Object
  |
  +--ORG.oclc.ber.SocketOpener

public class SocketOpener
extends Object


Constructor Summary
SocketOpener(InetAddress address, int port)
           
SocketOpener(InetAddress address, int port, InetAddress localAddr, int localPort)
           
SocketOpener(String host, int port)
           
SocketOpener(String host, int port, InetAddress localAddr, int localPort)
           
 
Method Summary
static void main(String[] args)
           
 Socket makeSocket(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketOpener

public SocketOpener(String host,
                    int port)

SocketOpener

public SocketOpener(InetAddress address,
                    int port)

SocketOpener

public SocketOpener(String host,
                    int port,
                    InetAddress localAddr,
                    int localPort)

SocketOpener

public SocketOpener(InetAddress address,
                    int port,
                    InetAddress localAddr,
                    int localPort)
Method Detail

makeSocket

public Socket makeSocket(long timeout)
                  throws IOException

main

public static void main(String[] args)

Open SiteSearch 4.1.1
Final