db4o 8.0

com.db4o.cs.foundation
Interface Socket4Factory

All Known Implementing Classes:
StandardSocket4Factory

public interface Socket4Factory


Method Summary
 ServerSocket4 createServerSocket(int port)
           
 Socket4 createSocket(java.lang.String hostName, int port)
           
 

Method Detail

createSocket

Socket4 createSocket(java.lang.String hostName,
                     int port)
                     throws java.io.IOException
Throws:
java.io.IOException

createServerSocket

ServerSocket4 createServerSocket(int port)
                                 throws java.io.IOException
Throws:
java.io.IOException

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.