javax.websocket
Interface Extension.Parameter

Enclosing interface:
Extension

public static interface Extension.Parameter

This member interface defines a single websocket extension parameter.


Method Summary
 String getName()
          Return the name of the extension parameter.
 String getValue()
          Return the value of the extension parameter.
 

Method Detail

getName

String getName()
Return the name of the extension parameter.

Returns:
the name of the parameter.

getValue

String getValue()
Return the value of the extension parameter.

Returns:
the value of the parameter.



Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.