Package com.db4o.cs.foundation
Interface Socket4
- 
- All Known Implementing Classes:
- NetworkSocket,- NetworkSocketBase,- Socket4Decorator
 
 public interface Socket4
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidflush()booleanisConnected()Socket4openParallelSocket()intread(byte[] buffer, int offset, int count)voidsetSoTimeout(int timeout)voidwrite(byte[] bytes, int offset, int count)
 
- 
- 
- 
Method Detail- 
closevoid close() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
flushvoid flush() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
setSoTimeoutvoid setSoTimeout(int timeout) 
 - 
isConnectedboolean isConnected() 
 - 
readint read(byte[] buffer, int offset, int count) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
writevoid write(byte[] bytes, int offset, int count) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
openParallelSocketSocket4 openParallelSocket() throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-