Uses of Interface
com.db4o.cs.foundation.Socket4
-
Packages that use Socket4 Package Description com.db4o.cs.foundation com.db4o.cs.internal -
-
Uses of Socket4 in com.db4o.cs.foundation
Classes in com.db4o.cs.foundation that implement Socket4 Modifier and Type Class Description class
NetworkSocket
class
NetworkSocketBase
class
Socket4Decorator
Fields in com.db4o.cs.foundation declared as Socket4 Modifier and Type Field Description protected Socket4
Socket4Decorator. _socket
Methods in com.db4o.cs.foundation that return Socket4 Modifier and Type Method Description Socket4
NetworkServerSocketBase. accept()
Socket4
ServerSocket4. accept()
Socket4
ServerSocket4Decorator. accept()
protected Socket4
NetworkSocket. createParallelSocket(java.lang.String hostName, int port)
protected abstract Socket4
NetworkSocketBase. createParallelSocket(java.lang.String hostName, int port)
Socket4
Socket4Factory. createSocket(java.lang.String hostName, int port)
Socket4
StandardSocket4Factory. createSocket(java.lang.String hostName, int port)
Socket4
NetworkSocketBase. openParallelSocket()
Socket4
Socket4. openParallelSocket()
Socket4
Socket4Decorator. openParallelSocket()
Constructors in com.db4o.cs.foundation with parameters of type Socket4 Constructor Description Socket4Decorator(Socket4 socket)
-
Uses of Socket4 in com.db4o.cs.internal
Constructors in com.db4o.cs.internal with parameters of type Socket4 Constructor Description Socket4Adapter(Socket4 delegate)
-