| com.sun.midp.io.BufferedConnectionAdapter com.sun.midp.io.NetworkConnectionBase
NetworkConnectionBase | abstract public class NetworkConnectionBase extends BufferedConnectionAdapter (Code) | | Base class for Network Connection protocols.
This class allows one to initialize the network, if necessary,
before any networking code is called.
|
Method Summary | |
public static void | initializeNativeNetwork() This is so not StreamConnection classes can intialize the
network if they are loaded first. |
NetworkConnectionBase | protected NetworkConnectionBase(int sizeOfBuffer)(Code) | | Initializes the connection.
Parameters: sizeOfBuffer - size of the internal buffer or 0 for the defaultsize |
initializeNativeNetwork | public static void initializeNativeNetwork()(Code) | | This is so not StreamConnection classes can intialize the
network if they are loaded first.
|
|
|