com.db4o.config
Interface NativeSocketFactory
- All Superinterfaces:
- com.db4o.foundation.DeepClone
- All Known Implementing Classes:
- PlainSocketFactory
public interface NativeSocketFactory
- extends com.db4o.foundation.DeepClone
Create platform native server and client sockets.
Methods inherited from interface com.db4o.foundation.DeepClone |
deepClone |
createSocket
java.net.Socket createSocket(java.lang.String hostName,
int port)
throws java.io.IOException
- Throws:
java.io.IOException
createServerSocket
java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2007 db4objects Inc. All rights reserved.