Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

java.net
Interface ProtocolFamily

All Known Implementing Classes:
StandardProtocolFamily

public interface ProtocolFamily

Represents a family of communication protocols.

Since:
1.7

Method Summary
Modifier and Type Method and Description
 String name()
          Returns the name of the protocol family.
 

Method Detail

name

String name()
Returns the name of the protocol family.


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.