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


DRAFT-b102

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.



DRAFT-b102