Package com.db4o.cs.foundation
Class NetworkServerSocketBase
- java.lang.Object
- 
- com.db4o.cs.foundation.NetworkServerSocketBase
 
- 
- All Implemented Interfaces:
- ServerSocket4
 - Direct Known Subclasses:
- NetworkServerSocket
 
 public abstract class NetworkServerSocketBase extends java.lang.Object implements ServerSocket4 
- 
- 
Constructor SummaryConstructors Constructor Description NetworkServerSocketBase()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Socket4accept()voidclose()intgetLocalPort()voidsetSoTimeout(int timeout)protected abstract java.net.ServerSocketsocket()
 
- 
- 
- 
Method Detail- 
socketprotected abstract java.net.ServerSocket socket() 
 - 
setSoTimeoutpublic void setSoTimeout(int timeout) - Specified by:
- setSoTimeoutin interface- ServerSocket4
 
 - 
getLocalPortpublic int getLocalPort() - Specified by:
- getLocalPortin interface- ServerSocket4
 
 - 
acceptpublic Socket4 accept() throws java.io.IOException - Specified by:
- acceptin interface- ServerSocket4
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- ServerSocket4
- Throws:
- java.io.IOException
 
 
- 
 
-