db4o 8.0

com.db4o.cs.foundation
Class NetworkServerSocketBase

java.lang.Object
  extended by com.db4o.cs.foundation.NetworkServerSocketBase
All Implemented Interfaces:
ServerSocket4
Direct Known Subclasses:
NetworkServerSocket

public abstract class NetworkServerSocketBase
extends java.lang.Object
implements ServerSocket4


Constructor Summary
NetworkServerSocketBase()
           
 
Method Summary
 Socket4 accept()
           
 void close()
           
 int getLocalPort()
           
 void setSoTimeout(int timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkServerSocketBase

public NetworkServerSocketBase()
Method Detail

setSoTimeout

public void setSoTimeout(int timeout)
Specified by:
setSoTimeout in interface ServerSocket4

getLocalPort

public int getLocalPort()
Specified by:
getLocalPort in interface ServerSocket4

accept

public Socket4 accept()
               throws java.io.IOException
Specified by:
accept in interface ServerSocket4
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface ServerSocket4
Throws:
java.io.IOException

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.