NIO2 API

org.classpath.icedtea.java.net
Interface ProtocolFamily

All Known Implementing Classes:
StandardProtocolFamily

public interface ProtocolFamily

Represents a family of communication protocols.

Since:
1.7

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

Method Detail

name

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


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.