db4o 8.0

com.db4o.cs.foundation
Class ServerSocket4Decorator

java.lang.Object
  extended by com.db4o.cs.foundation.ServerSocket4Decorator
All Implemented Interfaces:
ServerSocket4

public class ServerSocket4Decorator
extends java.lang.Object
implements ServerSocket4

Since:
7.12

Constructor Summary
ServerSocket4Decorator(ServerSocket4 serverSocket)
           
 
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

ServerSocket4Decorator

public ServerSocket4Decorator(ServerSocket4 serverSocket)
Method Detail

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

getLocalPort

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

setSoTimeout

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

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.