Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

java.net
Interface DatagramSocketImplFactory


public interface DatagramSocketImplFactory

This interface defines a factory for datagram socket implementations. It is used by the classes DatagramSocket to create actual socket implementations.

Since:
1.3
See Also:
DatagramSocket

Method Summary
 DatagramSocketImpl createDatagramSocketImpl()
          Creates a new DatagramSocketImpl instance.
 

Method Detail

createDatagramSocketImpl

public DatagramSocketImpl createDatagramSocketImpl()
Creates a new DatagramSocketImpl instance.

Returns:
a new instance of DatagramSocketImpl.
See Also:
DatagramSocketImpl

CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.