FileDocCategorySizeDatePackage
PlainMulticastSocketImpl.javaAPI DocAndroid 1.5 API1629Wed May 06 22:41:04 BST 2009org.apache.harmony.luni.net

PlainMulticastSocketImpl

public class PlainMulticastSocketImpl extends PlainDatagramSocketImpl
This class was added so we can create sockets with options that are needed for server sockets. It just overrides create so that we call new natives which only set the options required for server sockets. In order to preserve behaviour of older versions the create PlainSocketImpl was left as is and this new class was added. For newer versions an instance of this class is used, for earlier versions the original PlainSocketImpl is used.

Fields Summary
Constructors Summary
Methods Summary
public voidcreate()

        Platform.getNetworkSystem().createMulticastSocket(fd, NetUtil.preferIPv4Stack());