db4o 8.0

com.db4o.cs.foundation
Interface ServerSocket4

All Known Implementing Classes:
NetworkServerSocket, NetworkServerSocketBase, ServerSocket4Decorator

public interface ServerSocket4


Method Summary
 Socket4 accept()
           
 void close()
           
 int getLocalPort()
           
 void setSoTimeout(int timeout)
           
 

Method Detail

setSoTimeout

void setSoTimeout(int timeout)

getLocalPort

int getLocalPort()

accept

Socket4 accept()
               throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.